home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Reference / the cmsp digests ('94-'97) / csmp digest Vol 3 No 068 < prev    next >
Internet Message Format  |  1997-05-06  |  88KB

  1. From: pottier@clipper.ens.fr (Francois Pottier)
  2. Subject: csmp-digest-v3-068
  3. Date: Thu, 17 Nov 1994 15:39:10 +0100 (MET)
  4.  
  5. C.S.M.P. Digest             Thu, 17 Nov 94       Volume 3 : Issue 68
  6.  
  7. Today's Topics:
  8.  
  9.         How do you get the bit depths the main device supports?
  10.         MIDI programming
  11.         Memory management in the Real World, part 2
  12.         Q: Sound Input Device
  13.         QC FAQ
  14.         ResEdit 2.1.3, is it good this time?
  15.         Shareware, VISA Merchant Accounts, and YOU!
  16.         Smalltalk implementations for Mac - update needed
  17.         What is MIDI Manager etc (reply)
  18.  
  19.  
  20.  
  21. The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
  22. (pottier@clipper.ens.fr).
  23.  
  24. The digest is a collection of article threads from the internet newsgroup
  25. comp.sys.mac.programmer.  It is designed for people who read c.s.m.p. semi-
  26. regularly and want an archive of the discussions.  If you don't know what a
  27. newsgroup is, you probably don't have access to it.  Ask your systems
  28. administrator(s) for details.  If you don't have access to news, you may
  29. still be able to post messages to the group by using a mail server like
  30. anon.penet.fi (mail help@anon.penet.fi for more information).
  31.  
  32. Each issue of the digest contains one or more sets of articles (called
  33. threads), with each set corresponding to a 'discussion' of a particular
  34. subject.  The articles are not edited; all articles included in this digest
  35. are in their original posted form (as received by our news server at
  36. nef.ens.fr).  Article threads are not added to the digest until the last
  37. article added to the thread is at least two weeks old (this is to ensure that
  38. the thread is dead before adding it to the digest).  Article threads that
  39. consist of only one message are generally not included in the digest.
  40.  
  41. The digest is officially distributed by two means, by email and ftp.
  42.  
  43. If you want to receive the digest by mail, send email to listserv@ens.fr
  44. with no subject and one of the following commands as body:
  45.     help                        Sends you a summary of commands
  46.     subscribe csmp-digest Your Name    Adds you to the mailing list
  47.     signoff csmp-digest            Removes you from the list
  48. Once you have subscribed, you will automatically receive each new
  49. issue as it is created.
  50.  
  51. The official ftp info is //ftp.dartmouth.edu/pub/csmp-digest.
  52. Questions related to the ftp site should be directed to
  53. scott.silver@dartmouth.edu. Currently no previous volumes of the CSMP
  54. digest are available there.
  55.  
  56. Also, the digests are available to WAIS users.  To search back issues
  57. with WAIS, use comp.sys.mac.programmer.src. With Mosaic, use
  58. http://www.wais.com/wais-dbs/comp.sys.mac.programmer.html.
  59.  
  60.  
  61. -------------------------------------------------------
  62.  
  63. >From mxmora@unix.sri.com (Matt Mora)
  64. Subject: How do you get the bit depths the main device supports?
  65. Date: 31 Oct 1994 11:56:33 -0800
  66. Organization: SRI International, Menlo Park, CA
  67.  
  68.  
  69. At Init time I would Like to get the number of bit depths the main device
  70. can support and make a small Gworld for each of theses bit depths. Is there a 
  71. call that can tell me what the main device can support?
  72.  
  73.  
  74. Thanks,
  75.  
  76. Xavier
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83. -- 
  84. ___________________________________________________________
  85. Matthew Xavier Mora                       Matt_Mora@sri.com
  86. SRI International                       mxmora@unix.sri.com
  87. 333 Ravenswood Ave                    Menlo Park, CA. 94025
  88.  
  89. +++++++++++++++++++++++++++
  90.  
  91. >From chris-b@cs.auckland.ac.nz (Chris Burns)
  92. Date: Tue, 01 Nov 1994 21:44:39 +1200
  93. Organization: AucklandUniversity:ComputerScience:HMU
  94.  
  95. In article <393i5h$fc@unix.sri.com>, mxmora@unix.sri.com (Matt Mora) wrote:
  96.  
  97. > At Init time I would Like to get the number of bit depths the main device
  98. > can support and make a small Gworld for each of theses bit depths. Is there a 
  99. > call that can tell me what the main device can support?
  100.  
  101. Yep, it's a status call to the video (screen) driver.
  102.  
  103. Look in <Video.h>. You use the cscGetMode status call. I'll have to get
  104. back to you with some code (Pascal:), tho' "Designing Cards & Drivers" has
  105. it all well documented.
  106.  
  107. Chris B
  108. - ---------------------------------------------------------------------
  109. NewZealand:AucklandUniversity:ComputerScience:HyperMediaUnit:ChrisBurns
  110. Internet: chris-b@cs.auckland.ac.nz
  111. Phone:    +64 9 373-7599 x6194
  112. Fax:      +64 9 373-7453                         Async, therefore I am.
  113. - ---------------------------------------------------------------------
  114.  
  115. +++++++++++++++++++++++++++
  116.  
  117. >From eric.hegstrom@3do.com (Eric Hegstrom)
  118. Date: 1 Nov 1994 23:14:24 GMT
  119. Organization: 3DO Company
  120.  
  121. In article <chris-b-0111942144390001@hmu7.cs.aukuni.ac.nz>
  122. chris-b@cs.auckland.ac.nz (Chris Burns) writes:
  123.  
  124. > > At Init time I would Like to get the number of bit depths the main device
  125. > > can support and make a small Gworld for each of theses bit depths. Is there a 
  126. > > call that can tell me what the main device can support?
  127. > Yep, it's a status call to the video (screen) driver.
  128. > Look in <Video.h>. You use the cscGetMode status call. I'll have to get
  129.  
  130. Or you can do it by stepping through HasDepth with all the possible bit
  131. depths. (Dot overuse the HasDepth function because it has a small
  132. memory leak -- $2A bytes per call if I remember correctly).
  133.  
  134. for (bd=1; bd <= someBigNumber; bd *= 2 )
  135.     HasDepth( ..., bd, ...);
  136.  
  137. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  138. -=-=-
  139. This in no way represents the opinion of my employer
  140. -- or anyone at all for that matter.
  141.  
  142. Eric Hegstrom     eric.hegstrom@3do.com    -or-   theeric@aol.com    
  143.  
  144. A very bright programmer -- I'm wearing flourescent underware.
  145.  
  146. +++++++++++++++++++++++++++
  147.  
  148. >From arose@ATHENA.MIT.EDU (Alex Rosen)
  149. Date: 2 Nov 1994 21:35:25 GMT
  150. Organization: Massachusetts Institute of Technology
  151.  
  152. Use the HasDepth call, available with System Software 6.0.5 or
  153. thereabouts.  Check out Tech Note DV10.  (You can find it on
  154. ftp.apple.com).
  155.  
  156. --Alex
  157.  
  158.  
  159. ---------------------------
  160.  
  161. >From bemaa@celsiustech.se (Bengt M}nsson)
  162. Subject: MIDI programming
  163. Date: Tue, 1 Nov 1994 21:31:26 GMT
  164. Organization: CelsiusTech AB
  165.  
  166. Hi out there!
  167. Being both a hobby musician and a hobby programmer I would like to get hold
  168. of some information:
  169. a) The specification for MIDI files
  170. b) How to write applications for the Apple MIDI Manager (or do I have to go
  171.    through the troubles getting it from Apple?)
  172. c) How to write my own MIDI driver (if at all possible in Pascal)
  173. Are these issues covered in any document available via ftp?
  174.  
  175. Bengt M}nsson
  176.  
  177. +++++++++++++++++++++++++++
  178.  
  179. >From jbeeghly@u.washington.edu (Jeff Beeghly)
  180. Date: 1 Nov 1994 23:45:04 GMT
  181. Organization: University of Washington
  182.  
  183. >a) The specification for MIDI files
  184.  
  185. I can't help you out too much on this one, but I KNOW I have seen ftp 
  186. sites on the net which carry a description & breakdown of standard MIDI 
  187. file formats... I just don't know where...
  188.  
  189.  
  190. >b) How to write applications for the Apple MIDI Manager (or do I have to go
  191. >   through the troubles getting it from Apple?)
  192.  
  193. It's probably a best bet to purchase the MIDI developer guide from 
  194. Apple.  At $35, it's not TOO bad.  There is one example floating around 
  195. that might help you out... it's called QwertyTunes and is from someone at 
  196. Apple Developer Tech Support.  ftp to ftp.apple.com... it should be 
  197. somewhere there.  Other than that, I haven't seen any other examples.
  198.  
  199.  
  200. >c) How to write my own MIDI driver (if at all possible in Pascal)
  201. >Are these issues covered in any document available via ftp?
  202.  
  203.  
  204. Ummm..... I wouldn't do that....  Are you meaning you want to write 
  205. something that will replase the Apple MIDI Manager?  DON'T!!!
  206. Use the Apple MIDI Manager.  If it's not what you're looking for, check 
  207. out FREE MIDI (by Opcode, I think).  Unless you are planning on writing a 
  208. MIDI driver for your own use, and never plan on releasing any apps that 
  209. use your driver, it will be a waste of your time.
  210.  
  211.  
  212. Jeff
  213.  
  214.  
  215. ---------------------------
  216.  
  217. >From jbeeghly@u.washington.edu (Jeff Beeghly)
  218. Subject: Memory management in the Real World, part 2
  219. Date: 18 Oct 1994 16:46:56 GMT
  220. Organization: University of Washington
  221.  
  222.  
  223. I was speaking with one of my co-workers today about having to deal with
  224. handles, MoreMasters, etc... on the Mac.  I come from an ANSI-C
  225. background and am more comfortable with pointers.  I feel somewhat
  226. comfortable with handles, but there are lots of "Brick Walls" which I
  227. am encountering - like linked lists, and the fact that you need to
  228. pre-determine the maximum number of handles the app WILL EVER need at
  229. the beginning of the program.  He told me that Windows used to
  230. be like the Mac (he's a Windows programmer) in terms of memory management:
  231. everything needed to be done with handles (because the memory was being moved
  232. around) up until Windows 3.1.  In 3.1, Windows could be run in what's
  233. known as Protected Memory Mode.
  234.  
  235. In Protected Memory Mode, programmers didn't have to worry about handles
  236. - they could just use pointers.  Yes, memory is still being moved around
  237. to compact space, but in PMM, the HARDWARE is handling the memory management.
  238.  
  239. Programmers can just use pointers.  The pointer points to a location, and
  240. that location is being handled be the hardware (if I understand my friend
  241. correctly).  If the memory needs to be moved around, the hardware keeps track
  242. of everything and the programmer doesn't need to worry about it.
  243.  
  244. My friend (the Windows programmer) said that I should see if the Macs
  245. have anything like this.  Maybe not the 68000 macs but maybe the 68030 &
  246. 68040.  He said that the mac chips are really advanced and he would be
  247. surprised if they didn't have it (for a Windows programmer, he was very
  248. supportive of the Mac).
  249.  
  250. Now, I don't want to start any Windows vs Mac debates, I was just
  251. wondering if there is a Mac equivalent of Protected Memory Mode?
  252.  
  253.  
  254.  
  255. +++++++++++++++++++++++++++
  256.  
  257. >From mhl@icf.hrb.com (MARK H. LINTON)
  258. Date: 18 Oct 94 17:18:10 EST
  259. Organization: HRB Systems, Inc.
  260.  
  261. In article <381538$fsc@dartvax.dartmouth.edu>, Eric Kidd <emk@dartmouth.edu> writes:
  262. > In article <380u60$lmv@nntp1.u.washington.edu> Jeff Beeghly,
  263. > jbeeghly@u.washington.edu writes:
  264. >>I was speaking with one of my co-workers today about having to deal with
  265. >>handles, MoreMasters, etc... on the Mac.  I come from an ANSI-C
  266. >>background and am more comfortable with pointers.  I feel somewhat
  267. >>comfortable with handles, but there are lots of "Brick Walls" which I
  268. >>am encountering - like linked lists, and the fact that you need to
  269. >>pre-determine the maximum number of handles the app WILL EVER need at
  270. >>the beginning of the program.
  271. > [interesting idea re: Windows snipped]
  272. >
  273. > You don't need to worry about filling your master pointer blocks. New ones
  274. > will be automatically allocated by the Memory Manager if you declare more
  275. > handles than you had expected when you were making your MoreMasters calls.
  276. > There is a catch, however: these blocks are non-relocatable and will
  277. > fragment your heap if they are not allocated at one end or the other. To
  278. > avoid this, Mac programs try to guess a "normal maximum # of handles" at
  279. > initialization time. This is what you are dealing with, not an absolute
  280. > limit.
  281.  
  282.         Eric (and Jeff, hello again ;^),
  283.  
  284.         Maybe the mystery surrounding the Handle in the Macintosh world
  285.         is really the puzzler. Easy way around it? Use NewPtr instead of
  286.         NewHandle. If all you are trying to do is make a linked list,
  287.         there is no need to muddy the water with a Handle based
  288.         solution. Now if you are using a ToolBox call (that was designed
  289.         to run on a machine that had 128k of RAM) then you may have to
  290.         use a handle, but you are not required to use them in your own
  291.         data types.
  292.  
  293.         As far as nifty ways to control memory, you really have to get
  294.         Inside Macintosh: Memory. What are you missing if you don't?
  295.  
  296.         o Multiple heaps/heap zones
  297.         o Temporary Memory - allows you to (temporarily) access more
  298.           memory than your program is allocated
  299.         o More complete functions for assessing memory conditions:
  300.           - FreeMem/FreeMemSys
  301.           - MaxBlock/MaxBlockSys
  302.           - PurgeSpace
  303.           - StackSpace
  304.         o More complese functions for freeing memory
  305.           - CompactMem/CompactMemSys - compacts (system) heap
  306.           - PurgeMem/PurgeMemSys - purges (system) heap
  307.           - MaxMem/MaxMemSys - compacts and purges (system) heap
  308.         o Virtual Memory
  309.  
  310.         Jeff said he didn't want to start a Mac/Windows flame war, so I
  311.         won't say what I think of extended memory.
  312.  
  313. -- 
  314. Hope this helps.
  315.  
  316. Mark H. Linton
  317. ____________________________________________________________________
  318. mark \'märk\ n [ME, fr. OE mearc boundary, march, sign; akin to OHG
  319. marha boundary, L margo] 1 a : a conspicuous object serving as a guide
  320. for travelers 2 : A standard or criterion of quality 3 : An object or
  321. point that serves as a guide --idiom. mark time. 1 : To make little or
  322. no progress
  323.  
  324. +++++++++++++++++++++++++++
  325.  
  326. >From kevin@dgs.dgsys.com (Kevin Vail)
  327. Date: Tue, 18 Oct 1994 18:10:19 -0400
  328. Organization: Vailhalla
  329.  
  330. In article <380u60$lmv@nntp1.u.washington.edu>, jbeeghly@u.washington.edu
  331. (Jeff Beeghly) wrote:
  332.  
  333. >I was speaking with one of my co-workers today about having to deal with
  334. >handles, MoreMasters, etc... on the Mac.  I come from an ANSI-C
  335. >background and am more comfortable with pointers.  I feel somewhat
  336. >comfortable with handles, but there are lots of "Brick Walls" which I
  337. >am encountering - like linked lists, and the fact that you need to
  338. >pre-determine the maximum number of handles the app WILL EVER need at
  339. >the beginning of the program.  He told me that Windows used to
  340. >be like the Mac (he's a Windows programmer) in terms of memory management:
  341. >everything needed to be done with handles (because the memory was being moved
  342. >around) up until Windows 3.1.  In 3.1, Windows could be run in what's
  343. >known as Protected Memory Mode.
  344. >In Protected Memory Mode, programmers didn't have to worry about handles
  345. >- they could just use pointers.  Yes, memory is still being moved around
  346. >to compact space, but in PMM, the HARDWARE is handling the memory management.
  347.  
  348. That's because the underlying hardware (80386 or higher) uses two items to
  349. locate any piece of data: a SELECTOR (or "segment") and an OFFSET into the
  350. segment.  The selector is two bytes, the offset can be two or four.  This
  351. has always been how memory is accessed on the 80*86 chips, but in
  352. non-protected mode the selector part is called the "segment" and indicates
  353. a physical memory segment address (a segment can begin at any
  354. divisible-by-16 memory address).  You take the segment and shift it four
  355. bits to the left and add in the offset.  This gives you a 20-bit (up to 1
  356. megabyte) address.
  357.  
  358. In protected mode, however, the selector bears no relation to the physical
  359. memory address except that the hardware uses it as an index into a table
  360. of physical addresses.  It takes the beginning of the segment address and
  361. adds the offset to that to give the actual memory address.  In protected
  362. mode, there is a 4 gigabyte (32-bit) address space.  Since the actual
  363. physical address is only stored in the table that the selector indexes
  364. into, the operating system (i.e., Windows) can move the physical location
  365. around; the program still uses the same selector to access it.
  366.  
  367. This is not possible on the Mac because the Motorola 680*0 chips use a
  368. linear address space with none of this segment/selector garbage.  Windows
  369. has always used a selector-plus-offset memory model (they refer to the
  370. segment part as a "handle"); it used to be that you had to make a Windows
  371. call to find the *real* memory address, but now it's the same, because of
  372. the way selectors work in protected mode.  It has a few advantages in
  373. special-purpose cases like Windows memory allocation, but in general it's
  374. *much* easier to define and use a linear address space.
  375.  
  376. [snip]
  377.  
  378. >Now, I don't want to start any Windows vs Mac debates, I was just
  379. >wondering if there is a Mac equivalent of Protected Memory Mode?
  380.  
  381. The short answer is No, not in the sense you're talking about.  (The MMU
  382. in the 68030 and 68040 is capable of setting up protected memory regions,
  383. but this isn't used in the MacOS.)
  384.  
  385. However, here's a thought, and maybe this is what Apple is doing in
  386. Copland-- wouldn't it be possible to set up the memory so that each
  387. program had its own address space, with the system heap somehow shared?  I
  388. don't know what you could do with low-memory globals (perhaps set them up
  389. so each program had its own copy, or make them read-only so that writes
  390. cause a trap so that changes to the low-memory stuff could be tracked by
  391. the OS) and I know there's other stuff, but this would provide memory
  392. protection between tasks and give every program a heap the size of the
  393. address space; no more trying to guess partition sizes.  You'd still have
  394. to dereference handles, though...
  395. -- 
  396. Kevin Michael Vail  | "This is so cool I have to go to the bathroom!"
  397. kevin@dgs.dgsys.com |                   -- Calvin
  398.  
  399. +++++++++++++++++++++++++++
  400.  
  401. >From h+@nada.kth.se (Jon W{tte)
  402. Date: Wed, 19 Oct 1994 08:31:31 +0100
  403. Organization: Royal Institute of Something or other
  404.  
  405. In article <380u60$lmv@nntp1.u.washington.edu>,
  406. jbeeghly@u.washington.edu (Jeff Beeghly) wrote:
  407.  
  408. >comfortable with handles, but there are lots of "Brick Walls" which I
  409. >am encountering - like linked lists, and the fact that you need to
  410.  
  411. Linked lists with handles is just as easy as with pointers. 
  412. Just remember to store the HANDLE, not the de-referenced pointer.
  413.  
  414. >pre-determine the maximum number of handles the app WILL EVER need at
  415. >the beginning of the program.  He told me that Windows used to
  416.  
  417. Uh? You should make a good guess, if you're really interested 
  418. in efficiency. You can just leave it be, in which case the 
  419. system will allocate onrelocatable master pointer blocks in 
  420. your heap when needed - depending on how you code, these 
  421. allocations may or may not cause memory fragmentation. Mostly 
  422. they don't.
  423.  
  424. >In Protected Memory Mode, programmers didn't have to worry about handles
  425. >- they could just use pointers.  Yes, memory is still being moved around
  426. >to compact space, but in PMM, the HARDWARE is handling the memory management.
  427.  
  428. You can use pointers to your hearts content in the Mac as well. 
  429. Yes; there may be fragmentation, but that's the case for 
  430. Windows as well (it just masks the fact) Indeed, fragmenting VM 
  431. tables is in many cases just as bad as fragmenting "real" memory.
  432.  
  433. Windows handles are NOT the same as Mac handles; Windows memory 
  434. isn't like Mac memory at all because of their painful segmented 
  435. architecture. Just go ahead and use malloc()! For as much 
  436. memory as you want! And don't worry about pointer arithmetics; 
  437. unlike Windows 3.1, it'll always work.
  438.  
  439. Cheers,
  440.  
  441.                 / h+
  442.  
  443.  
  444.  
  445. --
  446.   Jon Wätte (h+@nada.kth.se), Hagagatan 1, 113 48 Stockholm, Sweden
  447.  
  448. "I like to do very very late binding. ‘Just in time’ binding."
  449.     — Dave Feldt
  450.  
  451.  
  452. +++++++++++++++++++++++++++
  453.  
  454. >From bw16@cornell.edu (Bretton Wade)
  455. Date: Wed, 19 Oct 1994 08:35:10 -0400
  456. Organization: Cornell Program of Computer Graphics
  457.  
  458. In article <AACA89E396681EA7F8@klkmac019.nada.kth.se>, h+@nada.kth.se (Jon
  459. W{tte) wrote:
  460.  
  461. > Windows handles are NOT the same as Mac handles; Windows memory 
  462. > isn't like Mac memory at all because of their painful segmented 
  463. > architecture. Just go ahead and use malloc()! For as much 
  464. > memory as you want! And don't worry about pointer arithmetics; 
  465. > unlike Windows 3.1, it'll always work.
  466.  
  467. It's been a while since I was coding in MS Windows. Do they still have
  468. that silly global limit on the number of handles? It was ridiculously low,
  469. like 64 or something...
  470.  
  471. ______________________________________________________________
  472.    Bretton Wade (bw16@cornell.edu)
  473.    http://www.graphics.cornell.edu/~bwade/
  474. ______________________________________________________________
  475.  
  476. +++++++++++++++++++++++++++
  477.  
  478. >From nick@sw.stratus.com (Nicolas Tamburri)
  479. Date: 19 Oct 1994 14:44:59 GMT
  480. Organization: Stratus Computer, Inc.
  481.  
  482. In article <kevin-1810941810190001@vailbox.dgsys.com>, kevin@dgs.dgsys.com (Kevin Vail) writes:
  483. > However, here's a thought, and maybe this is what Apple is doing in
  484. > Copland-- wouldn't it be possible to set up the memory so that each
  485. > program had its own address space, with the system heap somehow shared?  I
  486. > don't know what you could do with low-memory globals (perhaps set them up
  487. > so each program had its own copy, or make them read-only so that writes
  488. > cause a trap so that changes to the low-memory stuff could be tracked by
  489. > the OS) and I know there's other stuff, but this would provide memory
  490. > protection between tasks and give every program a heap the size of the
  491. > address space; no more trying to guess partition sizes.
  492.  
  493. I hope this is what they are doing, since this was old technology 20
  494. years ago.
  495.  
  496. I assume that the reason it has not been done yet is because of low
  497. memory globals and compatibility with older programs.  The way other
  498. vendors have solved this problem (and related memory sharing problems,)
  499. is 4 fold:
  500.  
  501. 1. You publish a decree that says "Henceforth storing directly into
  502.    low-memory globals is considered to be a bad programming practice,
  503.    and we are providing you with this/these OS calls for modifying
  504.    those globals."
  505.  
  506. 2. If you need to set up shared memory between processes, you must use
  507.    these OS calls, i.e. don't assume that the same numeric address
  508.    actually refers to the same physical memory location.
  509.  
  510. 3. Each process on the system gets its own address space, as you state.
  511.    The low-memory addresses are set up so that reads and writes to them
  512.    actually trap to the OS, which takes apart the instruction and stuffs
  513.    the global data into the process space, (or vice-versa.)  For most
  514.    globals, this is sufficient, for some, a global can only be used by
  515.    one process at a time, and if pre-emptive multi-processing is used,
  516.    the calling process may actually block until valid data becomes
  517.    available.
  518.  
  519.    This extra processing is much less efficient than accessing globals
  520.    directly, and thus becomes the incentive to not use them.  But, it
  521.    does provide compatability for older programs that may never be
  522.    updated, even though they may run slower.
  523.  
  524. 4. Spend a bunch of time shaking out the incompatabilities, since what
  525.    I've described is greatly simplified.  (On the other hand, it's not
  526.    like I can run every program I've ever bought on my Q650, so maybe
  527.    they won't worry too much about this last part.)
  528.  
  529. Anxiously awaiting Copeland and Gershwin...
  530.  
  531.                             /nt
  532.  
  533.    
  534.  
  535. +++++++++++++++++++++++++++
  536.  
  537. >From Jens Alfke <jens_alfke@powertalk.apple.com>
  538. Date: Wed, 19 Oct 1994 18:03:45 GMT
  539. Organization: Apple Computer
  540.  
  541. MARK H. LINTON, mhl@icf.hrb.com writes:
  542. >         Maybe the mystery surrounding the Handle in the Macintosh world
  543. >         is really the puzzler. Easy way around it? Use NewPtr instead of
  544. >         NewHandle.
  545.  
  546. Not if you're worried about performance; NewPtr is really slow. A better idea
  547. is to use the malloc/free routines in your development system's ANSI library.
  548. Generally (at least in THINK and CW) these allocate large blocks via NewPtr
  549. and then sub-allocate them, which is a lot more efficient than using the Mac
  550. memory manager straight. The drawback is that these blocks are not disposed
  551. back to the Mac heap, so you have to make sure that malloc doesn't eat up too
  552. much of your memory (you need enough free to keep the Toolbox happy.)
  553.  
  554. --Jens Alfke                           jens_alfke@powertalk.apple.com
  555.                    "A man, a plan, a yam, a can of Spam ... Bananama!"
  556.  
  557. +++++++++++++++++++++++++++
  558.  
  559. >From Lloyd Sargent <canna@bga.com>
  560. Date: 21 Oct 1994 15:04:39 GMT
  561. Organization: Canna Software Development
  562.  
  563. Re: Memory management in the Real World, part 2
  564.  
  565. Don't get me started on that "feature" of Windoze. Yes, it is true,
  566. Virginia, they do move pointers around without handles.  But it is
  567. at a cost -- you have to follow some rules about how your data is
  568. formated (i.e. you can't have words on 64K boundaries and a host of
  569. others that I soon as well forget).  It is better?  Depends on your
  570. point of view.  When coding, handles don't slow me down. They are
  571. just another data structure.  True, it slows the system down moving
  572. the handles (and their data) around, but it is just as ugly on the
  573. Windoze side.
  574.  
  575. I have to admit, that one feature of Windoze saved my butt (we had
  576. to build a 2 mb structure in order to get the speed required for
  577. a customer - if we had used Windoze handles it would have meant re-
  578. writing large chunks of s/w in a couple of days.
  579.  
  580. It really boils down to methodology. And that is about a touchy
  581. subject as religion and politics!
  582.  
  583. Cheerio,
  584.  
  585. Lloyd
  586.  
  587. - --------------------------------------------------------------------
  588. Lloyd Sargent              | "{The mice} are merely the protrusions into
  589. Canna Software Development | our dimension of vast hyper-intelligent pan-
  590. Del Valle, Texas           | dimensional beings, thw whole business with
  591. Infobahn: canna@bga.com    | cheese and squeaking is just a front"
  592. AppleLink: CANNA.SW.DEV    |            Hitchhikers Guide To The Galaxy
  593. Voice: 512.243.0283        | "nam et ipsa scientia potestas est"
  594.        512.243.3355        | {for knowledge too is itself power}
  595.  "Been there, done that."  |            Francis Bacon
  596.  
  597. +++++++++++++++++++++++++++
  598.  
  599. >From Glenn L. Austin <glenn_a@efn.org>
  600. Date: Fri, 21 Oct 1994 18:39:15 GMT
  601. Organization: Eugene FreeNet
  602.  
  603. In article <1994Oct19.180345.10342@gallant.apple.com> Jens Alfke,
  604. jens_alfke@powertalk.apple.com writes:
  605. >Not if you're worried about performance; NewPtr is really slow. A better
  606. idea
  607. >is to use the malloc/free routines in your development system's ANSI
  608. library.
  609. >Generally (at least in THINK and CW) these allocate large blocks via
  610. NewPtr
  611. >and then sub-allocate them, which is a lot more efficient than using the
  612. Mac
  613. >memory manager straight. The drawback is that these blocks are not
  614. disposed
  615. >back to the Mac heap, so you have to make sure that malloc doesn't eat
  616. up too
  617. >much of your memory (you need enough free to keep the Toolbox happy.)
  618.  
  619. DON'T USE malloc/free!!!  Although they do sub-allocate, they still call
  620. NewPtr, and if you think you'll get better performance calling something
  621. that calls NewPtr, you need to check your logic circuits.
  622.  
  623. Use NewPtr and DisposPtr, or better yet, design your own
  624. malloc/realloc/free using locked, dereferenced handles.  This way you can
  625. control your memory usage and still have the resizable objects that true
  626. pointers don't provide (there is a SetPtrSize, but that's a crash waiting
  627. to happen, since it doesn't work exactly like realloc but attempts to
  628. resize the memory block in place, while SetHandleSize is allowed to move
  629. the unlocked block of memory to satisfy the request).
  630.  
  631. The only time to use true malloc/free is under Windows, since that
  632. brain-dead operating system only allows for 8192 total global handles,
  633. and the only way to handle large amounts of data is to use the dev.
  634. environment's large model (or huge model) and let it allocate and
  635. suballocate memory for you.
  636. //
  637. // Glenn L. Austin
  638. // Computer Wizard and Racing Car Driver
  639. // Internet:  glenn_a@efn.org
  640. //
  641.  
  642. +++++++++++++++++++++++++++
  643.  
  644. >From nagle@netcom.com (John Nagle)
  645. Date: Sun, 23 Oct 1994 16:51:17 GMT
  646. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  647.  
  648. chopps@water.emich.edu (Christian E. Hopps) writes:
  649. >An MMU is not setup to handle application based resizing mostly.
  650.  
  651. >I'me not sure if you've had experiance with MMU's before or not.  However
  652. >MMU's do not map just any logical address to just any physical one (in 
  653. >most cases.)  The 680x0 MMU's and the PPC MMU's map pages (4k or 8k mostly).
  654.  
  655.      Interestingly, Intel 386 machines and up have MMUs that are designed to
  656. manage lots of segments, with sizes ranging from a few bytes to many 
  657. megabytes.  The bounds of the segment are expressed in bytes, not pages,
  658. until the segment gets really big, and then it has to be rounded up to the
  659. next chunk (512 bytes?).
  660.  
  661.      Because DOS/Windows doesn't fully use these capabilities, they aren't
  662. well known.  But the CPU architecture is almost ideal for a system with lots
  663. of little protected objects.  The PenPoint prototype used it quite
  664. successfully, before AT&T bought it and made them switch to another CPU.
  665.  
  666.                     John Nagle
  667.  
  668. +++++++++++++++++++++++++++
  669.  
  670. >From devon_hubbard@taligent.com (Devon Hubbard)
  671. Date: Tue, 18 Oct 1994 21:21:15 GMT
  672. Organization: Taligent, Inc.
  673.  
  674. In article <380u60$lmv@nntp1.u.washington.edu>, jbeeghly@u.washington.edu
  675. (Jeff Beeghly) wrote:
  676.  
  677. >Now, I don't want to start any Windows vs Mac debates, I was just
  678. >wondering if there is a Mac equivalent of Protected Memory Mode?
  679.  
  680. Not currently, no.  :-]
  681.  
  682. dEVoN
  683.  
  684. - -----------------------------------------------------------------------
  685. Devon Hubbard                                               Silicon Pilot
  686. devon_hubbard@taligent.com                                  Taligent, Inc
  687.  
  688. +++++++++++++++++++++++++++
  689.  
  690. >From lsr@taligent.com (Larry Rosenstein)
  691. Date: Wed, 19 Oct 1994 01:20:02 GMT
  692. Organization: Taligent, Inc.
  693.  
  694. In article <1994Oct18.171810.22120@hrbicf>, mhl@icf.hrb.com (MARK H.
  695. LINTON) wrote:
  696.  
  697. >         is really the puzzler. Easy way around it? Use NewPtr instead of
  698. >         NewHandle. If all you are trying to do is make a linked list,
  699.  
  700. NewPtr is very slow because it tries to place the pointer as low in the
  701. heap as possible.  You may be better doing NewHandle and immediatly
  702. locking the handle.
  703.  
  704. -- 
  705. Larry Rosenstein
  706. Taligent, Inc.
  707.  
  708. lsr@taligent.com
  709.  
  710. +++++++++++++++++++++++++++
  711.  
  712. >From Rick_Holzgrafe@taligent.com (Rick Holzgrafe)
  713. Date: Wed, 19 Oct 1994 03:21:41 GMT
  714. Organization: Semicolon Software
  715.  
  716. In article <380u60$lmv@nntp1.u.washington.edu>, jbeeghly@u.washington.edu
  717. (Jeff Beeghly) wrote:
  718.  
  719. > the fact that you need to
  720. > pre-determine the maximum number of handles the app WILL EVER need at
  721. > the beginning of the program.
  722.  
  723. Well, you don't *need* to. The Mac will allocate more master pointer
  724. blocks for you as and when needed. But you do *want* to, because master
  725. pointer blocks are themselves locked. The system will spend time trying to
  726. move unlocked handles around in order to place the master pointer block
  727. near one end of your heap, to avoid fragmentation; and if it can't manage
  728. it, then you get fragmentation anyway.
  729.  
  730. -- Rick Holzgrafe, a member of the Taligentsia
  731.    Rick_Holzgrafe@taligent.com
  732.    rmh@taligent.com
  733.  
  734. +++++++++++++++++++++++++++
  735.  
  736. >From edevinney@aol.com (EDevinney)
  737. Date: 24 Oct 1994 16:11:04 -0400
  738. Organization: America Online, Inc. (1-800-827-6364)
  739.  
  740. In article <nagleCy4xHH.KCM@netcom.com>, nagle@netcom.com (John Nagle)
  741. writes:
  742. >>>
  743.  Interestingly, Intel 386 machines and up have MMUs that are designed to
  744. manage lots of segments, with sizes ranging from a few bytes to many 
  745. megabytes.  The bounds of the segment are expressed in bytes, not pages,
  746. until the segment gets really big, and then it has to be rounded up to the
  747. next chunk (512 bytes?).
  748.  
  749.      Because DOS/Windows doesn't fully use these capabilities, they aren't
  750. well known.  But the CPU architecture is almost ideal for a system with
  751. lots
  752. of little protected objects.  The PenPoint prototype used it quite
  753. successfully, before AT&T bought it and made them switch to another CPU.
  754. <<<
  755.  
  756. The PenPoint memory manager used 4k pages throughout.  One could create
  757. new heaps for variable-sized data, and that was nice, but those also used
  758. 4k pages - you wouldn't use a heap like a handle if you gave any thought
  759. about overhead.  It would be nice to use the MMU to get a protected,
  760. never-fragmenting soup of variable-sized objects, but PenPoint didn't have
  761. it.
  762.  
  763. Regardless, PenPoint did show me that while VM is nice, it is by no means
  764. the panacea that handle-opponents often make it out to be.  Real RAM does
  765. eventually run out, and it runs out quick on small (ie commonplace)
  766. machines.  Performance takes a big hit when thrashing, and users find that
  767. unacceptable, and it can kill battery life on mobile machines.  Like
  768. handles, VM should be used with care and a full understanding of the costs
  769. involved.
  770.  
  771. regards -
  772.  
  773. ed devinney (GO & EO alumnus)
  774.  
  775.  
  776.  
  777. +++++++++++++++++++++++++++
  778.  
  779. >From Peter_Gontier@novell.com (Pete Gontier)
  780. Date: Mon, 24 Oct 1994 19:30:56 -0800
  781. Organization: Novell, Inc., Walnut Creek Macintosh Site
  782.  
  783. In article <bw16-1910940835100001@frost.graphics.cornell.edu>,
  784. bw16@cornell.edu (Bretton Wade) wrote:
  785.  
  786. >> It's been a while since I was coding in MS Windows. Do they still have
  787. > that silly global limit on the number of handles? It was ridiculously low,
  788. > like 64 or something...
  789.  
  790. 8192. Yes, ridiculously low, if you use those blocks for general managment
  791. and don't break them up internally to your program. I believe their 32-bit
  792. environments lift the restriction, though.
  793.  
  794. -- 
  795.  Views expressed here do not necessarily reflect the views of Novell.
  796.  
  797. +++++++++++++++++++++++++++
  798.  
  799. >From Peter_Gontier@novell.com (Pete Gontier)
  800. Date: Mon, 24 Oct 1994 19:34:53 -0800
  801. Organization: Novell, Inc., Walnut Creek Macintosh Site
  802.  
  803. In article <Cy1D5G.71z@efn.org>, Glenn L. Austin <glenn_a@efn.org> wrote:
  804.  
  805. > DON'T USE malloc/free!!!  Although they do sub-allocate, they still call
  806. > NewPtr, and if you think you'll get better performance calling something
  807. > that calls NewPtr, you need to check your logic circuits.
  808.  
  809. Do some benchmarking, Glenn. They really are faster. They call NewPtr only
  810. for blocks above a certain size and when a block which has been
  811. sub-allocated fills up.
  812.  
  813. -- 
  814.  Views expressed here do not necessarily reflect the views of Novell.
  815.  
  816. +++++++++++++++++++++++++++
  817.  
  818. >From tnelson@fluorite.telesciences.com (Tracy M Nelson)
  819. Date: 25 Oct 1994 17:04:19 GMT
  820. Organization: Securicor Telesciences Inc
  821.  
  822. John Nagle (nagle@netcom.com) wrote:
  823. :      Interestingly, Intel 386 machines and up have MMUs that are designed to
  824. : manage lots of segments, with sizes ranging from a few bytes to many 
  825.  
  826. Not surprising, since they copied many of the design elements of the iAPX432
  827. processor, which relied on the concept of "capabilities" (a sort of an
  828. address + access permission structure, which maps nicely into a two-register
  829. data access scheme) to manage their objects.  I don't know anything about the 
  830. specifics of the '386 MMU, but it's possible that, given a proper 
  831. object-oriented OS and development environment, the x86 architecture could be 
  832. handy after all...
  833.  
  834. --
  835. Tracy Nelson (tnelson@telesciences.com)
  836. // WARNING: May contain code which is too intense for young programmers...
  837.  
  838. +++++++++++++++++++++++++++
  839.  
  840. >From ajbarry@ozemail.com.au (Andrew Barry)
  841. Date: Thu, 27 Oct 1994 08:33:20 GMT
  842. Organization: OzEmail Pty Ltd Sydney Australia
  843.  
  844. Tracy M Nelson (tnelson@fluorite.telesciences.com) wrote:
  845. : John Nagle (nagle@netcom.com) wrote:
  846. : : Interestingly, Intel 386 machines and up have MMUs that are designed to
  847. : : manage lots of segments, with sizes ranging from a few bytes to many 
  848.  
  849. : Not surprising, since they copied many of the design elements of the 
  850. : iAPX432 processor, which relied on the concept of "capabilities" 
  851. : (a sort of an address + access permission structure, which maps
  852. : nicely into a two-register data access scheme) to manage their 
  853. : objects.  I don't know anything about the 
  854. : specifics of the '386 MMU, but it's possible that, given a proper 
  855. : object-oriented OS and development environment, the x86
  856. : architecture could be handy after all...
  857.  
  858. Hmmm...the main problem with the 386 MMU (at least as far as selectors 
  859. go), is that there are only 8192 selectors available in each of the local 
  860. and global descriptor tables. Unfortunately, this would mean a maximum of 
  861. 8192 objects per process (or in the case of Windows, 8192 handles in use 
  862. across the entire system).
  863.  
  864. Just as some further information, 386 handles have a granularity of 16 
  865. bytes, unless you want to address memory beyond 16Mb, at which point the 
  866. granularity goes up to 4k.
  867.  
  868. Also note that Microsoft is ditching the use of selectors as handles in 
  869. Chicago and NT, where they're using a flat address space.
  870.  
  871. Just a bit of input...personally I don't think the 386 architecture
  872. can be useful.
  873. Andrew
  874.  
  875. +++++++++++++++++++++++++++
  876.  
  877. >From philip@cs.wits.ac.za (Philip Machanick)
  878. Date: 28 Oct 1994 07:35:59 GMT
  879. Organization: Computer Science Dept, U of Witwatersrand
  880.  
  881. In article <Cy8oAD.Dzw@teleride.on.ca>, stevew@teleride.on.ca (Stephen M.
  882. Webb) wrote:
  883. > Virtual memory became possible only with the 68020, which was not in
  884.  
  885. Wasn't it the 68010 that added VM support? Some managed to find complex
  886. hardware workarounds, like  second processor to handle page faults.
  887.  
  888. > production at the time the Mac was released.  Handles were required to
  889. > support a pseudo-virtual memory scheme under which regions of memory
  890. > could be relocated during a system call if necessary, and without
  891. > notice, at run time.  Such a scheme does not require restartable instructions.
  892.  
  893. I don't think this is sufficient reason to introduce handles. Other
  894. systems had things like overlays (clumsy but easier to program). I think
  895. the real reason for overlays was system calls and user program were
  896. allocating sometimes short-lived data (e.g. for menus) in the same small
  897. heap. With so little RAM to play with a conventional memory manager would
  898. have had problems coping. Things like puregeable resources help, but could
  899. work without handles if there is enough free RAM to run a conventional
  900. memory manager (with free list, coalescing adjacent blocks etc.).
  901.  
  902. The Lisa - which initially was sold with much more RAM than a Mac - had a
  903. more sophisticated memory management scheme. Does anyone know details?
  904. -- 
  905. Philip Machanick                   philip@cs.wits.ac.za
  906. Department of Computer Science, University of the Witwatersrand
  907. 2050 Wits, South Africa        (at University of Cape Town 4 July-7 Nov)
  908. phone 27(11)716-3309  fax 27(11)339-7965
  909.  
  910. +++++++++++++++++++++++++++
  911.  
  912. >From pcastine@prz.tu-berlin.de (Peter Castine)
  913. Date: Fri, 28 Oct 1994 12:13:55 GMT
  914. Organization: Process Control Center
  915.  
  916. In article <Cy8oAD.Dzw@teleride.on.ca>, (Stephen M.
  917. Webb) wrote:
  918. > > Virtual memory became possible only with the 68020, which was not in
  919. > > production at the time the Mac was released.  
  920.  
  921. In response, in article <philip-2810940935360001@mackerel.cs.uct.ac.za>,
  922. philip@cs.wits.ac.za (Philip Machanick) wrote:
  923. > The Lisa - which initially was sold with much more RAM than a Mac - had a
  924. > more sophisticated memory management scheme. Does anyone know details?
  925.  
  926. Lisa had a PMMU and (I'm 99% sure of this) memory protection. I'm not sure
  927. about virtual memory (the first Lisas were diskette-based, but later
  928. models had external hard disks).
  929.  
  930.  
  931. Philip also said:
  932. > I don't think this is sufficient reason to introduce handles. Other
  933. > systems had things like overlays (clumsy but easier to program). I think
  934. > the real reason for overlays was system calls and user program were
  935. > allocating sometimes short-lived data (e.g. for menus) in the same small
  936. > heap. With so little RAM to play with a conventional memory manager would
  937. > have had problems coping. Things like puregeable resources help, but could
  938. > work without handles if there is enough free RAM to run a conventional
  939. > memory manager (with free list, coalescing adjacent blocks etc.).
  940.  
  941. Menus should never be purgeable. But windows (particularly Dialogs and
  942. Alerts) come and go and chew up memory. Ditto for fonts. 
  943.  
  944. Overlays *are* clumsy, require a lot of attention on the part of the
  945. applications programmer (IMO, more work than the occaisional
  946. _HLock/_HUnlock call), and are usually used for swapping sections of
  947. program code (and, hence, don't help with memory requirements of windows,
  948. etc.).
  949.  
  950. -- 
  951. Peter Castine               | Useful approximations:
  952. pcastine@prz.tu-berlin.de   |  Pi seconds is a nanocentury.
  953. Process Control Center      |  Electricity travels a foot per nanosecond.
  954. Technical University Berlin |  One ostrich egg will feed 24 people for brunch.
  955.  
  956. +++++++++++++++++++++++++++
  957.  
  958. >From fixer@faxcsl.dcrt.nih.gov (Chris Driving in the Rain Tate)
  959. Date: Fri, 28 Oct 1994 12:54:47 GMT
  960. Organization: DCRT, NIH, Bethesda, MD
  961.  
  962. In article <philip-2810940935360001@mackerel.cs.uct.ac.za>, philip@cs.wits.ac.za (Philip Machanick) writes:
  963. >In article <Cy8oAD.Dzw@teleride.on.ca>, stevew@teleride.on.ca (Stephen M.
  964. >Webb) wrote:
  965. >> Virtual memory became possible only with the 68020, which was not in
  966. >> production at the time the Mac was released.  Handles were required to
  967. >> support a pseudo-virtual memory scheme under which regions of memory
  968. >> could be relocated during a system call if necessary, and without
  969. >> notice, at run time.  Such a scheme does not require restartable
  970. >> instructions.
  971. >
  972. >I don't think this is sufficient reason to introduce handles. Other
  973. >systems had things like overlays (clumsy but easier to program). I think
  974. >the real reason for overlays was system calls and user program were
  975. >allocating sometimes short-lived data (e.g. for menus) in the same small
  976. >heap. With so little RAM to play with a conventional memory manager would
  977. >have had problems coping. Things like puregeable resources help, but could
  978. >work without handles if there is enough free RAM to run a conventional
  979. >memory manager (with free list, coalescing adjacent blocks etc.).
  980.  
  981. Overlays are only for code, most times.  The CODE segment structure of
  982. the Mac's runtime environment is far superior, IMHO.  What people are
  983. talking about here is using the PMMU to move stuff around in physical
  984. memory without changing its logical addressing, transparently to the
  985. application.
  986.  
  987. Basically, the reason the Mac doesn't do this is that the MC68000 doesn't
  988. have any hardware memory-management; handles were a way to give the OS
  989. *some* way of making room for new allocations in a fragmented heap.
  990.  
  991. >The Lisa - which initially was sold with much more RAM than a Mac - had a
  992. >more sophisticated memory management scheme. Does anyone know details?
  993.  
  994. The Lisa was an amazingly advanced machine for its day.  It *did* have
  995. hardware memory management, and preemptive multitasking.  It achieved this
  996. through custom hardware to supplement the 68000 (which, as I said, didn't
  997. offer any of this functionality itself).  This is part of what made the
  998. Lisa so expensive, unfortunately; it was too much technology for the niche
  999. it needed to occupy.
  1000.  
  1001. - ------------------------------------------------------------------
  1002. Christopher T{te           | "I never thought of surgery as 'editing
  1003. fixer@faxcsl.dcrt.nih.gov  |  a person' before...."
  1004. eWorld:  cTate             |        -- Mark Linton (mhl@icf.hrb.com)
  1005.  
  1006. +++++++++++++++++++++++++++
  1007.  
  1008. >From "Donald T. Major" <sasdtm@unx.sas.com>
  1009. Date: Fri, 28 Oct 1994 15:11:05 GMT
  1010. Organization: SAS Institute Inc.
  1011.  
  1012. Handles, and the Lisa memory management, etc., all came from the
  1013. work achieved with Smalltalk-80. Handles are a direct descendant of
  1014. the object table of Smalltalk, just implemented in a more flexible
  1015. manner. Sure, in Smalltalk object references were offsets in the
  1016. object table, and the only "real" pointers the system used were the
  1017. result of resolving such a reference, but the basic idea was there (it
  1018. may even be older than that--I honestly don't know). The really neat
  1019. part about the Smalltalk model, though, was that it allowed for a very
  1020. flexible virtual memory scheme, where disk I/O was even more of a
  1021. major system expense than it is today. LOOM and another similar scheme,
  1022. the name of which escapes me at the moment, were virtual memory systems
  1023. implemented for Smalltalk, to allow moving only the minimum amount of
  1024. data to and from disk as necessary. Implemented entirely in software,
  1025. they could make use of ridiculously small chunks of memory (since most
  1026. objects were ridiculously small) to load an object from disk, while
  1027. keeping as many current system objects loaded as possible, and cutting
  1028. back on the total amount of RAM lost to pad bytes. Since RAM in the
  1029. original Smalltalk-80 implementation couldn't exceed 2 meg, this was
  1030. a very desirable goal.
  1031.  
  1032. This flexibility is why handles were used in the Mac from day one (and
  1033. I believe in the Lisa, though I can't swear to it)--the original Mac
  1034. only had 128k of ram, of which only about 80k was available to
  1035. applications; even the Finder was an application which was just run
  1036. when no other applications were loaded. The virtual memory scheme was
  1037. also adapted, though only for loading stuff in, not writing data back
  1038. out (CODE resources, MDEFs, etc., are all based on this scheme). It's
  1039. true that the original reasons for handles are gone, but that doesn't
  1040. mean that their usefulness is; I personally rarely find using handles
  1041. that much of a hassle, while heap fragmentation can be very irritating,
  1042. and often means I need more RAM for my heap.
  1043.  
  1044. *Maybe* when we finally get virtual addressing I'll feel differently
  1045. (note, this is NOT virtual memory), but for now, I like the Handle.
  1046.  
  1047. +++++++++++++++++++++++++++
  1048.  
  1049. >From Jonathan Gary <jgary@ssd.kodak.com>
  1050. Date: Thu, 3 Nov 1994 17:55:02 GMT
  1051. Organization: Eastman Kodak
  1052.  
  1053. > Message-ID: <Cy8oAD.Dzw@teleride.on.ca>
  1054.  
  1055. In article <Cy8oAD.Dzw@teleride.on.ca> Stephen M. Webb,
  1056. stevew@teleride.on.ca 
  1057. writes:
  1058. > Virtual memory became possible only with the 68020, which was not in
  1059. > production at the time the Mac was released.  
  1060.  
  1061. This is mostly correct, as the 68010 also supports interruptable
  1062. instructions
  1063. which allow mid-instruction page faults. With all the addressing modes of
  1064. the
  1065. 68K, a single instruction can cause a large number (I think as many as
  1066. 17) page
  1067. faults.
  1068.  
  1069. +++++++++++++++++++++++++++
  1070.  
  1071. >From pgontier@novell.com (Pete Gontier)
  1072. Date: Mon, 07 Nov 1994 10:12:50 -0700
  1073. Organization: Novell, Inc., Walnut Creek Macintosh Client Site
  1074.  
  1075. In article <CypDrr.1qn@newsserver.pixel.kodak.com>,
  1076. Jonathan Gary <jgary@ssd.kodak.com> wrote:
  1077.  
  1078. > In article <Cy8oAD.Dzw@teleride.on.ca> Stephen M. Webb,
  1079. > stevew@teleride.on.ca writes:
  1080. >
  1081. > > Virtual memory became possible only with the 68020, which was not in
  1082. > > production at the time the Mac was released.  
  1083. > This is mostly correct, as the 68010 also supports interruptable
  1084. > instructions which allow mid-instruction page faults.
  1085.  
  1086. Not really. There were several UNIX systems which handled virtual memory
  1087. page faults on a regular old 68000 by handing control to their *second*
  1088. 68000 ...
  1089.  
  1090. -- 
  1091.  Views expressed here do not necessarily reflect those of my employer.
  1092.  
  1093. +++++++++++++++++++++++++++
  1094.  
  1095. >From lsr@taligent.com (Larry Rosenstein)
  1096. Date: Thu, 3 Nov 1994 22:11:13 GMT
  1097. Organization: Taligent, Inc.
  1098.  
  1099. In article <philip-2810940935360001@mackerel.cs.uct.ac.za>,
  1100. philip@cs.wits.ac.za (Philip Machanick) wrote:
  1101.  
  1102. > The Lisa - which initially was sold with much more RAM than a Mac - had a
  1103. > more sophisticated memory management scheme. Does anyone know details?
  1104.  
  1105. The Lisa supported segmented virtual memory and protected address spaces,
  1106. but it still used handles.  (BTW, I believe it had a custom MMU.)
  1107.  
  1108. The main reason was that data segments could not be automatically paged in
  1109. and out, because the 68000 CPU didn't support restarting instructions on a
  1110. fault.  (68000 machines that did support full demand paging like the early
  1111. Apollos used 2 CPUs, one of which was dedicated to loading pages from the
  1112. disk.) 
  1113.  
  1114. The Lisa did support demand paging of code segments and automatic stack
  1115. expansion.  This was possible because there were a limited set of
  1116. instructions used to access code segments, and the OS group figured out
  1117. how to restart those instructions.  
  1118.  
  1119. Similarly for the stack segment, the compiler generated a TST instruction
  1120. at function entry to touch the maximum stack address needed in the
  1121. function.  The OS knew how to restart that instruction as well.
  1122.  
  1123. Handles are useful in an environment with a fixed sized data space where
  1124. heap blocks of varying size are allocated and deallocated relatively
  1125. frequently.
  1126.  
  1127. -- 
  1128. Larry Rosenstein
  1129. Taligent, Inc.
  1130.  
  1131. lsr@taligent.com
  1132.  
  1133. ---------------------------
  1134.  
  1135. >From gg110@cus.cam.ac.uk (G. Gavazzi)
  1136. Subject: Q: Sound Input Device
  1137. Date: 1 Nov 1994 01:36:02 GMT
  1138. Organization: University of Cambridge, England
  1139.  
  1140. Hi everybody,
  1141. I need some help, sorry for the naive question: I am using: 
  1142.  
  1143. Handle rate;
  1144. SPBGetDeviceInfo(myInRefNum,siSampleRateAvailable,*rate);
  1145.  
  1146. to determine the available sampling rate of the sound device input.  Now 
  1147. the Inside Mac VI tells that this function returns an Integer and a Handle 
  1148. (list of sample rates of type Fixed).  I think then that *rate points to a 
  1149. 4 bytes int, the next 4 bytes Fixed being allocated for the first sample 
  1150. rate and so on.  Besides the fact that I do not know what kind of type is 
  1151. Fixed (fixed point? not standard C certainly) I cannot get a sensible 
  1152. result out of this :(
  1153.  
  1154.  
  1155. Also my SPBRecordToFile(out_file,&myinParam,FALSE) does not fill my 
  1156. out_file, I think because the sampling rate is 0.  And I cannot set the 
  1157. sampling rate with SPBSetDeviceInfo() 'cause I get bad sampling rate error 
  1158. (-225).  (btw: I am using the wonderful CW4 :)
  1159.  
  1160. Can somebody point me to some example source code (I should be able to ftp 
  1161. a develop issue if necessary)?
  1162.  
  1163. Thank you.
  1164. Giuliano Gavazzi
  1165.  
  1166. +++++++++++++++++++++++++++
  1167.  
  1168. >From chris-b@cs.auckland.ac.nz (Chris Burns)
  1169. Date: Tue, 01 Nov 1994 21:33:16 +1200
  1170. Organization: AucklandUniversity:ComputerScience:HMU
  1171.  
  1172. In article <394622$jri@lyra.csx.cam.ac.uk>, gg110@cus.cam.ac.uk (G.
  1173. Gavazzi) wrote:
  1174.  
  1175. > to determine the available sampling rate of the sound device input.  Now 
  1176. > the Inside Mac VI tells that this function returns an Integer and a Handle 
  1177. > (list of sample rates of type Fixed).  I think then that *rate points to a 
  1178. > 4 bytes int, the next 4 bytes Fixed being allocated for the first sample 
  1179. > rate and so on.  Besides the fact that I do not know what kind of type is 
  1180. > Fixed (fixed point? not standard C certainly) I cannot get a sensible 
  1181. > result out of this :(
  1182.  
  1183. /////////////////////////////////////////////////////////////////////////
  1184. // Include appropriate header files
  1185.  
  1186. #include <SoundInput.h>
  1187. #include <FixMath.h>
  1188.  
  1189. /////////////////////////////////////////////////////////////////////////
  1190. // Set up types to access a handle to an array of Fixed
  1191.  
  1192. typedef Fixed RateList[];
  1193. typedef RateList **RateListHandle;
  1194.  
  1195. /////////////////////////////////////////////////////////////////////////
  1196. // Define a structure according to IM6 22-67 'srav'
  1197.  
  1198. struct{
  1199.     short           count;
  1200.     RateListHandle  rates;
  1201. }SampleRates;
  1202.  
  1203. /////////////////////////////////////////////////////////////////////////
  1204. // Get sound input device to fill in the "SampleRates" struct
  1205.  
  1206.     Err = SPBGetDeviceInfo(RefNum,siSampleRateAvailable,(Ptr)&SampleRates);
  1207.     FailOSErr(Err,"\p_SPBGetDeviceInfo[siSampleRateAvailable] FAILED");
  1208.  
  1209. /////////////////////////////////////////////////////////////////////////
  1210. // For example, pick the highest sampling rate from the ones returned.
  1211.  
  1212. long        MaxLong;
  1213. long        MaxPos;
  1214. Fixed       CurFixed;
  1215. long        CurLong;
  1216. short       i;
  1217.  
  1218.  
  1219.     if (SampleRates.count == 0)
  1220.         SampleRate = (**SampleRates.rates)[2];
  1221.     else
  1222.     {
  1223.         MaxLong = 0;
  1224.         MaxPos = 0;
  1225.  
  1226.         for (i = 0;i < SampleRates.count;i++)
  1227.         {
  1228.             CurFixed = (**SampleRates.rates)[i];
  1229.             if (BitTst((Ptr)&CurFixed,0))
  1230.             {
  1231.                 BitClr((Ptr)&CurFixed,0);
  1232.                 CurLong = 32768 + Fix2Long(CurFixed);
  1233.             }
  1234.             else
  1235.                 CurLong = Fix2Long(CurFixed);
  1236.  
  1237.             if (CurLong >= MaxLong)
  1238.             {
  1239.                 MaxLong = CurLong;
  1240.                 MaxPos = i;
  1241.             }
  1242.         }
  1243.         SampleRate = (**SampleRates.rates)[MaxPos];
  1244.     }
  1245.  
  1246. /////////////////////////////////////////////////////////////////////////
  1247. // Set sampling rate
  1248.  
  1249.     Err = SPBSetDeviceInfo(RefNum,siSampleRate,(Ptr)&SampleRate);
  1250.     FailOSErr(Err,"\p_SPBGetDeviceInfo[siSampleRate] FAILED");
  1251.  
  1252. Chris B
  1253. - ---------------------------------------------------------------------
  1254. NewZealand:AucklandUniversity:ComputerScience:HyperMediaUnit:ChrisBurns
  1255. Internet: chris-b@cs.auckland.ac.nz
  1256. Phone:    +64 9 373-7599 x6194
  1257. Fax:      +64 9 373-7453                         Async, therefore I am.
  1258. - ---------------------------------------------------------------------
  1259.  
  1260. ---------------------------
  1261.  
  1262. >From Pete Gontier <gurgle@dnai.com>
  1263. Subject: QC FAQ
  1264. Date: 1 Nov 1994 08:01:21 GMT
  1265. Organization: Pete's Proxy Posting, Ink.
  1266.  
  1267. This is a monthly posting. Changes this month: none.
  1268. This posting is available via 'ftp':
  1269.  
  1270.     ftp://ftp.dnai.com/users/gurgle/QC_FAQ.txt
  1271.  
  1272. Poster has no affiliation with Onyx Technology. Please email
  1273. responses to addresses listed at the bottom of this text.
  1274.  
  1275. - --------------------- cut here -----------------------
  1276.  
  1277. QC(tm) FAQ 0794.2
  1278. =================
  1279.  
  1280. Q: So what is QC?
  1281.  
  1282. A: QC is a control panel/extension that adds the ability to stress test
  1283. applications for runtime, memory related errors. QC can be used during
  1284. development, during testing by inhouse and beta testers, and after the
  1285. product ships (although a little late if errors are detected) by end
  1286. users to evaluate the stability of a software package.
  1287.  
  1288. Q: Is there a demo available?
  1289.  
  1290. A: Yes. It is available from most online services as well as Internet
  1291. sites like sumex.
  1292.  
  1293. Q: What do I have to do to use the demo?
  1294.  
  1295. A: Put QC in your Control Panels folder and reboot your Mac. If the demo
  1296. has expired contact us at one of the online addresses listed above.
  1297.  
  1298. Q: Can I use QC to test existing applications without rebuilding them?
  1299.  
  1300. A: Yes. QC was designed to test applications without requiring any
  1301. modifications to the code. The release version of QC includes an
  1302. optional application programming interface (QCAPI) that programmers can
  1303. use to control QC testing directly from their code.
  1304.  
  1305. Q: How does QC report errors it finds?
  1306.  
  1307. A: QC reports detected errors through the use of a low level debugger.
  1308. QC uses the _DebugStr trap to cause a user break into your favorite
  1309. debugger. QC is fully compatible with MacsBug, TMON, TMON PRO, The
  1310. Debugger, SourceBug, SADE, THINK C, CodeWarrior, MPW, etc. If you turn
  1311. off debug breaks in the list of options, QC will emit a short
  1312. distinctive beep when errors are detected.
  1313.  
  1314. Q: Does QC work on a Power Macintosh?
  1315.  
  1316. A: Yes. However, two incompatible tests are disabled if you are using
  1317. the Modern Memory Manager. Those tests are 'Block Bounds Checking' and
  1318. 'Invalidate Free Memory'. The next release of QC will be a native
  1319. PowerPC application and will be available as a free upgrade to existing
  1320. users.
  1321.  
  1322. Q: How does QC compare with tools such as Even Better Bus Error and the
  1323. debugging version of the Modern Memory Manager?
  1324.  
  1325. A: EBBE is a free utility but one downfall it has is that it's either
  1326. installed or it isn't. You either get bus errors potentially caused in
  1327. all running apps or you get nothing. With QC, you can control when
  1328. testing is active and what apps might potentially crash with a bus
  1329. error. Everything is unaffected. Although early development versions
  1330. were available, we are not aware of any debugging version of the Modern
  1331. Memory Manager being made available by Apple at this time. Early
  1332. versions of MMM were much slower than QC in comprobable tests and the
  1333. MMM does not offer as many tests as QC does. There is also no easy to
  1334. use UI to activate/deactivate MMM testing on an application heap.
  1335.  
  1336. Q: What are the advantages to using QC?
  1337.  
  1338. A: QC offers tests that are not available anywhere else and it performs
  1339. many tests much faster than other testing tools. All QC's tests are
  1340. integrated into a single INIT/cdev combination. A Macintosh interface
  1341. makes QC usable right out of the box. QC's API can be used to fine tune
  1342. testing to specific areas of code (new code or suspect code, for
  1343. example). QC reports more information when an error is found.
  1344.  
  1345. Q: What do I get when I purchase QC?
  1346.  
  1347. A: The following is contained on the release disk. A fully licensed copy
  1348. of QC for single machine use and complete documentation. The QC
  1349. Application Programming Interface (QCAPI) libraries and interfaces for
  1350. those who want to control QC testing directly from their code. Full
  1351. source code to an application called BadAPPL that illustrates what QC
  1352. detects as well as how to use the QCAPI. The disk also contains some
  1353. assorted free utilities.
  1354.  
  1355. Q: How can I obtain QC?
  1356.  
  1357. A: Pricing is $99.95 for a single copy, $400 for a five pack, and $700
  1358. for a ten pack. Please add $5 shipping and handling to each order.
  1359. Credit card orders are accepted. You can contact Onyx via the email
  1360. addresses listed above or by calling 813.795.7801 or faxing
  1361. 813.795.5901. You can also send regular mail to:
  1362.  
  1363. Onyx Technology
  1364. 7811 27 Ave W
  1365. Bradenton, FL 34209
  1366.  
  1367. Our email addresses are:
  1368.  
  1369. America Online:  OnyxTech
  1370. Internet:        onyxtech@aol.com
  1371. AppleLink:       D2238
  1372. CompuServe:      70550,1377
  1373.  
  1374. QC is a trademark of Onyx Technology
  1375. Copyright (c) 1994 Onyx Technology
  1376.  
  1377. ---------------------------
  1378.  
  1379. >From cazelaig@ERE.UMontreal.CA (Cazelais Gilles)
  1380. Subject: ResEdit 2.1.3, is it good this time?
  1381. Date: Wed, 26 Oct 1994 07:26:07 GMT
  1382. Organization: Universite de Montreal
  1383.  
  1384.  
  1385. Hello folks,
  1386.               I just want to know if the recent version of ResEdit
  1387. (2.1.3) is a good version without known bugs, like the nasty one in
  1388. version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1389. problems with it?
  1390.  
  1391. In brief, can I trust it??  I really want to be sure before using it...
  1392.  
  1393. Thanks a lot,
  1394.  
  1395.                 Martin.
  1396.  
  1397. +++++++++++++++++++++++++++
  1398.  
  1399. >From aatrix@aol.com (Aatrix)
  1400. Date: 26 Oct 1994 08:20:01 -0400
  1401. Organization: America Online, Inc. (1-800-827-6364)
  1402.  
  1403. In article <Cy9rBK.HrJ@cc.umontreal.ca>, cazelaig@ERE.UMontreal.CA
  1404. (Cazelais Gilles) writes:
  1405.  
  1406. >               I just want to know if the recent version of ResEdit
  1407. > (2.1.3) is a good version without known bugs, like the nasty one in
  1408. > version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1409. problems
  1410. > with it?
  1411.  
  1412. Uh, which nasty bug?  The one that tanked a file if you copied a resource
  1413. over another that was smaller has been fixed.  Don't know about some of
  1414. the others (CNTLs in DLOGs don't display on a Quadra, for one thing).
  1415.  
  1416. a.d. jensen,
  1417. Aatrix Software, Inc.
  1418. aatrix@aol.com
  1419.   "Forty below keeps out the riff-raff." - North Dakota State Motto
  1420.  
  1421.  
  1422. +++++++++++++++++++++++++++
  1423.  
  1424. >From alain@cs.uchicago.edu (Alain Aslag Roy)
  1425. Date: Wed, 26 Oct 1994 12:57:12 GMT
  1426. Organization: Department of Computer Science, University of Chicago
  1427.  
  1428. In article <Cy9rBK.HrJ@cc.umontreal.ca> cazelaig@ERE.UMontreal.CA (Cazelais Gilles) writes:
  1429. >
  1430. >Hello folks,
  1431. >              I just want to know if the recent version of ResEdit
  1432. >(2.1.3) is a good version without known bugs, like the nasty one in
  1433. >version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1434. >problems with it?
  1435.  
  1436. I've had no problems with Resedit 2.1.3, and I use it a fair amount. I
  1437. did have problems with 2.1.2, so I guess they really did fix those
  1438. heinous crashes.
  1439.  
  1440. -alain
  1441.  
  1442. +++++++++++++++++++++++++++
  1443.  
  1444. >From nick+@pitt.edu ( nick.c )
  1445. Date: Wed, 26 Oct 1994 11:44:23 -0400
  1446. Organization: The Pitt, Chemistry
  1447.  
  1448. In article <Cy9rBK.HrJ@cc.umontreal.ca>, cazelaig@ERE.UMontreal.CA
  1449. (Cazelais Gilles) wrote:
  1450.  
  1451.  
  1452. >               I just want to know if the recent version of ResEdit
  1453. > (2.1.3) is a good version without known bugs, like the nasty one in
  1454. > version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1455. > problems with it?
  1456. > In brief, can I trust it??  I really want to be sure before using it...
  1457.  
  1458.    What the X-files slogan "Trust no one, backup frequently?" :-)
  1459.  
  1460.    I've been using 2.1.3 for a while now, and had none of the
  1461.      corruption problems that I did with 2.1.2.  I seem to remember
  1462.      a post when 2.1.3 was released claiming all reported bugs were
  1463.      dealt with, and that *seems* to be the case.
  1464.  
  1465.  
  1466.  Internet: nick+@pitt.edu            _/   _/  _/  _/_/_/   _/   _/  
  1467.    eWorld: nick                     _/_/ _/  _/  _/   _/  _/_/_/ 
  1468.       CIS: 71232,766               _/ _/_/  _/  _/       _/ _/    
  1469.      http://www.pitt.edu/~nick/   _/   _/  _/   _/_/_/  _/   _/     
  1470.                     
  1471.  
  1472. +++++++++++++++++++++++++++
  1473.  
  1474. >From ross@bnr.ca (Ross Brown)
  1475. Date: Wed, 26 Oct 1994 12:40:49 -0400
  1476. Organization: Bell-Northern Research
  1477.  
  1478. In article <Cy9rBK.HrJ@cc.umontreal.ca>, cazelaig@ERE.UMontreal.CA
  1479. (Cazelais Gilles) wrote:
  1480.  
  1481. > Hello folks,
  1482. >               I just want to know if the recent version of ResEdit
  1483. > (2.1.3) is a good version without known bugs, like the nasty one in
  1484. > version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1485. > problems with it?
  1486.  
  1487. The nasty 2.1.2 bugs are indeed gone.  No more file corruption.  But...
  1488.  
  1489. Try this on a Power Mac.  It doesn't seem to happen on 68K Macs - odd,
  1490. since ResEdit runs in full emulation on PPC.  I find that this happens
  1491. even with all extensions (and Modern Memory Manager) off.
  1492.  
  1493. Copy some resources into the Clipboard.  In ResEdit, open a file whose
  1494. resource fork has no resources of the types represented in the Clipboard,
  1495. then paste them in.  Close the file, and click "No" when asked if you want
  1496. to save the file.  Open the file, and you'll find that the resources
  1497. *were* added to the file, against your instructions.
  1498.  
  1499. I sincerely hope that this bug is not traceable to the emulator.
  1500.  
  1501. -- 
  1502. Ross Brown
  1503. Macintosh/UNIX Systems Integration
  1504. Bell-Northern Research Ltd.
  1505. ross@bnr.ca
  1506.  
  1507. +++++++++++++++++++++++++++
  1508.  
  1509. >From kurisuto@babel.ling.upenn.edu (Sean Crist)
  1510. Date: 26 Oct 1994 20:14:31 GMT
  1511. Organization: University of Pennsylvania, Linguistics Department
  1512.  
  1513. In article <Cy9rBK.HrJ@cc.umontreal.ca>,
  1514. Cazelais Gilles <cazelaig@ERE.UMontreal.CA> wrote:
  1515. >
  1516. >Hello folks,
  1517. >              I just want to know if the recent version of ResEdit
  1518. >(2.1.3) is a good version without known bugs, like the nasty one in
  1519. >version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1520. >problems with it?
  1521. >
  1522. >In brief, can I trust it??  I really want to be sure before using it...
  1523.  
  1524. There's at least one bug I've come across.  Unfortunately I didn't make
  1525. notes of the specific circumstances, but I remember that I was able to
  1526. replicate it.  It was something in the DITL editor; I think it had to do
  1527. with resizing CNTL items or something like that.
  1528.  
  1529.   \/ __ __    _\_     --Kurisuto  (kurisuto@unagi.cis.upenn.edu)
  1530.  ---  |  |    \ /     
  1531.   _| ,| ,|   -----    For a free copy of the Bill of Rights, finger
  1532.   _| ,| ,|    [_]     this account.
  1533.    |  |  |    [_]     
  1534.  
  1535.  
  1536. +++++++++++++++++++++++++++
  1537.  
  1538. >From cazelaig@ERE.UMontreal.CA (Cazelais Gilles)
  1539. Date: Wed, 26 Oct 1994 22:51:30 GMT
  1540. Organization: Universite de Montreal
  1541.  
  1542. In article <1994Oct26.125712.3989@midway.uchicago.edu> alain@cs.uchicago.edu (Alain Aslag Roy) writes:
  1543. >In article <Cy9rBK.HrJ@cc.umontreal.ca> cazelaig@ERE.UMontreal.CA (Cazelais Gilles) writes:
  1544. >>
  1545. >>Hello folks,
  1546. >>              I just want to know if the recent version of ResEdit
  1547. >>(2.1.3) is a good version without known bugs, like the nasty one in
  1548. >>version 2.1.2.  Is anybody having some troubles with 2.1.3?  Any
  1549. >>problems with it?
  1550. >
  1551. >I've had no problems with Resedit 2.1.3, and I use it a fair amount. I
  1552. >did have problems with 2.1.2, so I guess they really did fix those
  1553. >heinous crashes.
  1554. >
  1555. >-alain
  1556.  
  1557.  
  1558. So, do you think it really worth to upgrade it from 2.1.1?
  1559.  
  1560.  
  1561.  
  1562.  
  1563. +++++++++++++++++++++++++++
  1564.  
  1565. >From s.fraser@ic.ac.uk (Simon Fraser)
  1566. Date: Sat, 29 Oct 94 15:56:35 GMT
  1567. Organization: Centre for Population Biology
  1568.  
  1569. In article <38mdb7$f2m@netnews.upenn.edu> Sean Crist,
  1570. kurisuto@babel.ling.upenn.edu writes:
  1571. >There's at least one bug I've come across.  Unfortunately I didn't make
  1572. >notes of the specific circumstances, but I remember that I was able to
  1573. >replicate it.  It was something in the DITL editor; I think it had to do
  1574. >with resizing CNTL items or something like that.
  1575.  
  1576. Yes, I've had problems here. Create a new CNTL resource, open a
  1577. DLOG, make a new CNTL item, then double-click to edit it. Just
  1578. as you finish typing the ID of your new CNTL, ResEdit crashes.
  1579. I've found that saving the file _before_ opening the DLOG helps.
  1580.  
  1581. I've also found that sometimes editing resources with templates
  1582. fails to set the 'window dirty' flag (or whatever tells ResEdit
  1583. that you've made changes), so ResEdit fails to save changes
  1584. to the resource.
  1585.  
  1586. I'm sure there are one or two other things that I've forgotten....
  1587.  
  1588. Simon
  1589. __________________________________________________________________________
  1590. Simon Fraser                            NERC Centre for Population Biology
  1591. s.fraser@ic.ac.uk                         Imperial College at Silwood Park
  1592.                                              Ascot, Berkshire, SL5 7PY. UK
  1593.  
  1594. +++++++++++++++++++++++++++
  1595.  
  1596. >From peter.lewis@info.curtin.edu.au (Peter N Lewis)
  1597. Date: Mon, 31 Oct 1994 12:14:37 +0800
  1598. Organization: NCRPDA, Curtin University
  1599.  
  1600. ResEdit 2.1.3 is quite useable, but it still has bugs.  One that gets me a
  1601. lot is thast it locks up when you open the DITL editor if there is strange
  1602. things in the clipboard.  This is on a 6100, System 7.5 - it reliably
  1603. locks up every time if I copy stuff out of SimpleText and then open a
  1604. dialog window for editing in ResEdit.  So I just copy something in ResEdit
  1605. before editing dialogs.
  1606.    Peter.
  1607. -- 
  1608. Peter N Lewis <peter.lewis@info.curtin.edu.au> - Macintosh TCP fingerpainter
  1609. FTP my programs from redback.cs.uwa.edu.au:Others/PeterLewis/ or
  1610. amug.org:pub/peterlewis/ or nic.switch.ch:software/mac/peterlewis/
  1611.  
  1612. +++++++++++++++++++++++++++
  1613.  
  1614. >From Jason.Grossman@ucs.cam.ac.uk (Jason Grossman)
  1615. Date: Mon, 31 Oct 1994 15:03:50 +0000
  1616. Organization: University of Cambridge
  1617.  
  1618. Peter N Lewis wrote:
  1619.  
  1620. > ResEdit 2.1.3 is quite useable, but it still has bugs.  One that gets me a
  1621. > lot is thast it locks up when you open the DITL editor if there is strange
  1622. > things in the clipboard.  This is on a 6100, System 7.5 - it reliably
  1623. > locks up every time if I copy stuff out of SimpleText and then open a
  1624. > dialog window for editing in ResEdit.  So I just copy something in ResEdit
  1625. > before editing dialogs.
  1626. >    Peter.
  1627.  
  1628. Ah! It does this to me, too (7100, 7.1), but I'd never realised what the
  1629. conditions were, so I didn't know the work-around of copying something
  1630. before opening a DITL. I've been using the alternative work-around of
  1631. opening the DITL, getting the crash, pressing the emergency reboot button,
  1632. waiting for the machine to restart, and then opening the DITL again.
  1633.  
  1634. Jason
  1635.  
  1636. +++++++++++++++++++++++++++
  1637.  
  1638. >From alyx@apple.com (alyx)
  1639. Date: Thu, 3 Nov 1994 03:46:24 GMT
  1640. Organization: Apple Computer, Inc.
  1641.  
  1642. In article <nick+-2610941144230001@ehdup-f-11.slip.net.pitt.edu>,
  1643. nick+@pitt.edu ( nick.c ) wrote:
  1644.  
  1645. >      [...]  I seem to remember
  1646. >      a post when 2.1.3 was released claiming all reported bugs were
  1647. >      dealt with, and that *seems* to be the case.
  1648.  
  1649. ah, memories.  anyone else remember the beloved 4D Tools dialog box:
  1650.  
  1651.   "No problems found.  Everything *seems* OK."
  1652.  
  1653. quite a nasty sense of humor there...
  1654.  
  1655. alex.
  1656.  
  1657. ---------------------------
  1658.  
  1659. >From red.riders
  1660. Subject: Shareware, VISA Merchant Accounts, and YOU!
  1661. Date: Thu, 03 Nov 1994 00:27:00 -0500
  1662. Organization: DSC/Voicenet - BBS/Unix Shells/SLIP/NEWS - (215)443-7390
  1663.  
  1664. Hey homeys, here's some info I had laying around. No more bitching
  1665. about lost shareware dollars, OK?
  1666.  
  1667.  
  1668.             Increase Your Business by Taking Mastercard and Visa 
  1669.  
  1670.      
  1671. Credit card industry experts report that offering customers the ability to pay 
  1672. with Visa or Mastercard will increase a company's business between 10% 
  1673. and 50%. Whether the increase is closer to 10% or 50% depends on the type 
  1674. of business and its particular clientele. Yet there can few tasks more 
  1675. difficult for a home-based business than obtaining a merchant account. This
  1676. is because of discrimination against home-based as well as other types of 
  1677. businesses by most banks. Nevertheless, home-based businesses do manage
  1678. to be able to offer their customers the ability to use their charge cards.
  1679. There are four basic avenues for securing a merchant account.
  1680.  
  1681. I. Financial Institutions 
  1682. A. Banks
  1683.  
  1684. Even though banks as a general rule are not granting home 
  1685. businesses merchant accounts for taking Visa & Mastercard, do try 
  1686. your own bank, particularly since they know you as a customer. If 
  1687. your bank denies you a merchant account, try small independent 
  1688. banks, particularly ones that have their merchant accounts processed 
  1689. by an out-of-state bank instead of doing it themselves or using a 
  1690. larger local bank. Banks in smaller communities are more apt to work with 
  1691. home-based businesses.
  1692.  
  1693. B. Saving & Loans, Thrifts and Credit Unions
  1694.  
  1695. Most people think of banks as THE only financial institutions 
  1696. granting merchant accounts to businesses. However, savings & Loans, thrifts 
  1697. and even credit unions are increasingly offering merchant accounts. You 
  1698. may find these institutions more willing to work with you.
  1699. Remember that banks, in the words of Larry Schwartz and Pearl 
  1700. Sax founders of the National Association of Credit Car Merchants (217 N. 
  1701. Seacrest Boulevard, Box 400, Boynton Beach, Florida 33425; (407)
  1702. 737-7500), "need 
  1703. reassurance that handling your business will both safe and profitable." It
  1704. almost goes 
  1705. without saying that your presentation of your business, your financial
  1706. ability and 
  1707. yourself must make your banker feel absolute confidence in you. 
  1708.  
  1709. II. Business Organizations 
  1710. A. Trade Associations
  1711.  
  1712. Trade associations sometimes provide access to Visa and Mastercard 
  1713. accounts as a member service. Examples of organizations that may be 
  1714. helpful are the Retail Merchants Association and Direct Marketing 
  1715. Association and others specifically related to your particular industry.
  1716. To find trade associations in your field, use Gale's Encyclopedia of 
  1717. Associations, available at the reference desk in most libraries.
  1718.  
  1719. B. Local Business Organizations.
  1720.  
  1721. Chambers of Commerce and local merchant associations sometimes help 
  1722. their members secure merchant accounts through a bank affiliated with the 
  1723. Chamber or the association. These can be the least costly merchant accounts 
  1724. with discounts as low as 2% to 3% on relatively small volumes. 
  1725. III. Independent Selling Organizations
  1726.  
  1727. Perhaps the most likely way to get a merchant account is to work through a 
  1728. bank agent or independent sales organization (ISO), which is a company 
  1729. that acts as an intermediary between small businesses and banks. You will 
  1730. undoubtedly pay more using an ISO because these companies derive their 
  1731. income from fees and surcharges added to what you would normally pay if were
  1732. able to deal directly with a bank. 
  1733.  
  1734. You may be quoted these fees and charges when going through an ISO: 
  1735.  
  1736.  o Application fees ranging between $95 to $325. These may or may not be
  1737.    refundable. Usually they are not, but find out under what circumstances 
  1738.    all or part of the fee may be refundable. 
  1739.  
  1740.   o Point of sale terminal lease or purchase. ISO's typically charge from 
  1741.     $425 to $1700 for a terminal if purchased through a bank would cost 
  1742.     about $300. Leasing typically runs between $18 and $80 a month. Some 
  1743.     ISO's are offering software that can be used in place of a sales terminal, 
  1744.     priced as low as $150.
  1745.  
  1746.   o Service fees from 3.5% to 7% compared to 2% to 5% from a bank, though
  1747. one ISO  
  1748.     is quoting fees of 1.99%. This ISO has other charges that tend to make
  1749. up fo the lower 
  1750.     service fee.
  1751.  
  1752.   o Per transaction charge of $.20 to $.25
  1753.  
  1754.   o Monthly statement fee of $5.00 to $10.00
  1755.  
  1756.   o Minimum monthly fee 
  1757.  
  1758. Advice about dealing with ISO's. Fees vary considerably among ISO's, so it
  1759. pays to be a 
  1760. comparison shopper. Read the contract carefully for hidden charges and
  1761. requirements. You 
  1762. may also be required to use a check verification service provided by the
  1763. ISO for an 
  1764. additional fee. One final warning. The salespeople for ISO's may be so eager
  1765. to sign you up that they may inaccurately fill out your applications about
  1766. items that 
  1767. would not be approved if filled in accurately. The problem is that if a
  1768. falsehood is
  1769. detected later by the bank, your merchant account may be terminated and your 
  1770. name placed on a terminated merchant list that bars you from getting another 
  1771. merchant account in the future. Subject that are sometimes filled in include 
  1772. whether the salesperson has personally inspected your premises and the 
  1773. percentage mail order and telephone constitute of your sales. Be sure to 
  1774. check your filled in application for accuracy.
  1775.  
  1776. Following are independent selling organizations listed in alphabetical order 
  1777. that have told us or have been reported by members of the forum to accept 
  1778. home businesses for merchant accounts (Asterisked entries are posted in this 
  1779. file for the first time):
  1780.  
  1781. Bancard, Inc. 
  1782.     1233 Sherman Drive
  1783.     Longmont, CO 80501
  1784.     303/530-0264
  1785.     800/666-7575
  1786.  
  1787. Requires two years in business at the same address.
  1788.  
  1789. Data Capture Systems    
  1790.     231 Quincy Street
  1791.     Rapid City, SD 57701
  1792.     605/341-6461 
  1793.  
  1794. Comes to your home for an on-site interview and charges $25 to send 
  1795. an application plus a $300 application fee.
  1796.  
  1797. Electronic Bankcard Systems 
  1798.     2554 Lincoln Blvd., Suite 1088
  1799.     Marina Del Rey, CA 90291 
  1800.     213/827-5772
  1801.  
  1802. No mail order, telemarketing or spa sales
  1803.  
  1804. Gold Coast Bankcard Center 
  1805.      Ft. Lauderdale , FL
  1806.      305-492-0303
  1807.  
  1808. Affiliated with American Bankcard Center 800-777-VISA
  1809.  
  1810. Harbridge Merchant Services 
  1811.      681 Andersen Drive, 4th Floor
  1812.      Building Six
  1813.      Pittsburgh, PA 15220
  1814.      (412)937-1272
  1815.  
  1816. Under prior ownership, this company was called Peachtree. As Peachtree, it
  1817. was the subject of many complaints, but since the change in ownership, 
  1818. the reports are more positive.
  1819.  
  1820. Teleflora Creditline
  1821.      12233 West Olympic Boulevard
  1822.      Los Angeles CA 90064
  1823.      800-325-4849 or 310/526-5233.
  1824.  
  1825. Deals primarily with bulletin boards.   
  1826.  
  1827. US Merchant Services
  1828.      775 Park Avenue
  1829.      Huntington, NY 11743. 
  1830.      516 427-9700
  1831.      Fax 516 427 9746
  1832.      Thomas A. McGuire
  1833.  
  1834. IV. Options Other Than Visa and Mastercard
  1835.  
  1836. What about American Express and Discover? More people are likely to 
  1837. have a Visa or Mastercard. In early 1992 these were the market shares for
  1838. each of the 
  1839. principal cards: Visa - 46%; Mastercard - 26%; Am Express - 20%; Discover - 7%.
  1840.  
  1841. But American Express is easier to get than Visa and Mastercard. To contact 
  1842. American Express, call 800/528-5200. Discover is reportedly as difficult to 
  1843. get as Visa and Mastercard; however, the number to call is 800/347-6673.
  1844.  
  1845. +++++++++++++++++++++++++++
  1846.  
  1847. >From wgiverson@ucdavis.edu (Will Iverson)
  1848. Date: Thu, 03 Nov 1994 00:27:44 -0800
  1849. Organization: University of California, Davis
  1850.  
  1851. In article <red.riders-0311940027000001@firefly-slip.voicenet.com>,
  1852. red.riders wrote:
  1853.  
  1854. > Hey homeys, here's some info I had laying around. No more bitching
  1855. > about lost shareware dollars, OK?
  1856. >             Increase Your Business by Taking Mastercard and Visa 
  1857. <snip>
  1858.  
  1859. Thanks tremendously for the info!  Very interesting & informative!
  1860.  
  1861. -Will
  1862.  
  1863. +++++++++++++++++++++++++++
  1864.  
  1865. >From dbayly@homebase.tiac.net (David Bayly)
  1866. Date: Thu, 03 Nov 1994 10:14:50 -0500
  1867. Organization: Chez moi
  1868.  
  1869. In article <wgiverson-0311940027440001@modem68.ucdavis.edu>,
  1870. wgiverson@ucdavis.edu (Will Iverson) wrote:
  1871.  
  1872. > In article <red.riders-0311940027000001@firefly-slip.voicenet.com>,
  1873. > red.riders wrote:
  1874. > > Hey homeys, here's some info I had laying around. No more bitching
  1875. > > about lost shareware dollars, OK?
  1876. > >             Increase Your Business by Taking Mastercard and Visa 
  1877. > > 
  1878. > <snip>
  1879. > Thanks tremendously for the info!  Very interesting & informative!
  1880. > -Will
  1881.  
  1882. Theres also, netcash, which I am in the process of learning about. The way
  1883. to do that is to send mail to help@agents.com. They have merchant
  1884. accounts, Peter Lewis for one uses them.
  1885. -- 
  1886. - David Bayly       dbayly@homebase.tiac.net       
  1887. "If you keep your mind sufficiently open, people will throw a lot of rubbish into it." -William A. Orton
  1888.  
  1889. +++++++++++++++++++++++++++
  1890.  
  1891. >From kurisuto@babel.ling.upenn.edu (Sean Crist)
  1892. Date: 3 Nov 1994 21:41:46 GMT
  1893. Organization: University of Pennsylvania, Linguistics Department
  1894.  
  1895. One thing to be careful of if you're arranging this: the bank may charge
  1896. you a minimum monthly fee for this service (something like $5 or $10 a
  1897. month).  I once arranged VISA/MasterCard service of this sort for a small
  1898. charitable organization; I can't remember all the details, but I remember
  1899. that it ended up being enough of a money leech that we decided that it
  1900. wasn't worth it to continue the arrangement.
  1901.  
  1902.   \/ __ __    _\_     --Kurisuto  (kurisuto@unagi.cis.upenn.edu)
  1903.  ---  |  |    \ /     
  1904.   _| ,| ,|   -----    For a free copy of the Bill of Rights, finger
  1905.   _| ,| ,|    [_]     this account.
  1906.    |  |  |    [_]     
  1907.  
  1908. ---------------------------
  1909.  
  1910. >From nagle@netcom.com (John Nagle)
  1911. Subject: Smalltalk implementations for Mac - update needed
  1912. Date: Fri, 28 Oct 1994 06:26:27 GMT
  1913. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  1914.  
  1915.     I've been away from Smalltalk on the Mac for a while, and I need
  1916. to get up to date.  I'd appreciate answers to the following questions.
  1917.  
  1918.     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  1919.     (Somebody else was in Real Soon Now status, as I recall.)
  1920.  
  1921.     2.    Did Digitalk ever do much with the Mac implementation, like
  1922.     provide a compiler or a reasonable way to generate a standalone app?
  1923.  
  1924.     3.  I need something that can respond to Table Suite AppleEvents.
  1925.     (That is, I will be writing a program that responds, but I need
  1926.     a Smalltalk with AE support.)  Suggestions?
  1927.  
  1928. Thanks.
  1929.  
  1930.                     John Nagle
  1931.  
  1932. +++++++++++++++++++++++++++
  1933.  
  1934. >From podenski@halcyon.com (Patrick Podenski)
  1935. Date: Sat, 29 Oct 1994 18:39:46 -0700
  1936. Organization: Northwest Nexus
  1937.  
  1938. In article <nagleCyDDw4.EAy@netcom.com>, nagle@netcom.com (John Nagle) wrote:
  1939.  
  1940. >     I've been away from Smalltalk on the Mac for a while, and I need
  1941. > to get up to date.  I'd appreciate answers to the following questions.
  1942. >     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  1943. >         (Somebody else was in Real Soon Now status, as I recall.)
  1944. >     2.  Did Digitalk ever do much with the Mac implementation, like
  1945. >         provide a compiler or a reasonable way to generate a standalone app?
  1946.  
  1947. A new version was put out a while ago (V 2 ?), but I haven't seen it.
  1948. >     3.  I need something that can respond to Table Suite AppleEvents.
  1949. >         (That is, I will be writing a program that responds, but I need
  1950. >         a Smalltalk with AE support.)  Suggestions?
  1951.  
  1952. There is a new Smalltalk from Quasar Knowledge Systems for the Mac that is
  1953. supposed to be nice. It apparently caters to Mac specific things like you
  1954. mentioned in 3.
  1955.  
  1956. -- 
  1957. - ----------------------------------------------
  1958. Pat Podenski         |  my opinions are my own, 
  1959. podenski@halcyon.com |  as are yours yours!
  1960. - ----------------------------------------------
  1961.  
  1962. +++++++++++++++++++++++++++
  1963.  
  1964. >From jwbaxter@olympus.net (John W. Baxter)
  1965. Date: Sat, 29 Oct 1994 20:49:05 -0700
  1966. Organization: Internet for the Olympic Peninsula
  1967.  
  1968. In article <nagleCyDDw4.EAy@netcom.com>, nagle@netcom.com (John Nagle) wrote:
  1969.  
  1970. >     I've been away from Smalltalk on the Mac for a while, and I need
  1971. > to get up to date.  I'd appreciate answers to the following questions.
  1972. >     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  1973. >         (Somebody else was in Real Soon Now status, as I recall.)
  1974.  
  1975. QKS (Quasar Knowledge Systems) SmalltalkAgents.  I bought that on nearly
  1976. the last day of their User group special (ended Sep 30).  I like it a
  1977. lot.  It provides pretty good coverage of special Mac things, while at the
  1978. same time being highly cross-platform in nature (doesn't matter to me (I
  1979. don't have a cross platform, only a contented Mac), does matter to some
  1980. others).  I'm still in the learning stage, but I like "STA" a lot.
  1981.  
  1982. >     2.  Did Digitalk ever do much with the Mac implementation, like
  1983. >         provide a compiler or a reasonable way to generate a standalone app?
  1984.  
  1985. They finally did...they still don't seem terribly interested in the Mac,
  1986. however.  My Smalltalk V/Mac is back on the shelf.
  1987.  
  1988. >     3.  I need something that can respond to Table Suite AppleEvents.
  1989. >         (That is, I will be writing a program that responds, but I need
  1990. >         a Smalltalk with AE support.)  Suggestions?
  1991.  
  1992. I *think* you could arrange this either either Smalltalk V/Mac or
  1993. SmalltalkAgents.  I think it would be less work with SmalltalkAgents.
  1994.  
  1995. --John
  1996.  
  1997. -- 
  1998. John Baxter    Port Ludlow, WA, USA  [West shore, Puget Sound]
  1999.    Sorry...clever signatures require cleverness, not found here.
  2000.    jwbaxter@pt.olympus.net
  2001.  
  2002. +++++++++++++++++++++++++++
  2003.  
  2004. >From vollrath@vax.oxford.ac.uk (Alun ap Rhisiart)
  2005. Date: 30 Oct 94 17:02:30 GMT
  2006. Organization: Oxford University VAX 6620
  2007.  
  2008. In article <nagleCyDDw4.EAy@netcom.com>, nagle@netcom.com (John Nagle) writes:
  2009. >     I've been away from Smalltalk on the Mac for a while, and I need
  2010. > to get up to date.  I'd appreciate answers to the following questions.
  2011. >     1.  I know about ParcPlace and Digitalk.  Any other vendors?
  2012. >     (Somebody else was in Real Soon Now status, as I recall.)
  2013. Those two plus QKS SmalltalkAgents. I don't think Smalltalk/X is on the Mac yet
  2014. (and neither is IBM's VisualAge, as you might have guessed).
  2015. >     2.    Did Digitalk ever do much with the Mac implementation, like
  2016. >     provide a compiler or a reasonable way to generate a standalone app?
  2017. Not really. You had v1.2 didn't you, John? When the released v2 I was looking
  2018. forward to something better than that old cloner, but no, it was exactly the
  2019. same.  They did do a lot to v2.0 (like system 7 support - including AE - and an
  2020. even-driven interface, block-based exceptions, stuff like that). Unfortunately,
  2021. the changes meant that the old tools, like Widgets (a al windowbuilder),
  2022. Profile/V, and so on, no longer worked. We are _still waiting_ for an update
  2023. for widgets to give us a GUI builder! Compatibility with other platforms is
  2024. said to be 'improved', but evidently not much or windowbuilder would have been
  2025. ported a year ago.  It is also no faster, by the way, and Digitalk are not more
  2026. responsive (except, I gather, through Compu$erve - although they are on this
  2027. group more often now, which is something).
  2028. >     3.  I need something that can respond to Table Suite AppleEvents.
  2029. >     (That is, I will be writing a program that responds, but I need
  2030. >     a Smalltalk with AE support.)  Suggestions?
  2031. STA is the way to go for this kind of stuff (and a lot else). The main
  2032. criticisms of it at the moment would be: on Mac only (but other platforms on
  2033. the way); no equivalent of Envy for version control and config management (but
  2034. home grown solution due in v2); changes management is pretty poor (less
  2035. reliable and convenient than even St/Vs change log), but again is being worked
  2036. on.
  2037. Main strengths are: speed; very easy access to C (especially), pascal, fortran,
  2038. etc functions; saving objects to file or sending over network is very nicely
  2039. done, and *tons* faster than the V solution); multithreaded; very easy and
  2040. quick way to make standalones. My St/V is on the shelf too. The problem is that
  2041. after using STA for a while you forget how far beyond the others it has gone,
  2042. and it becomes easy to under-sell it.
  2043. > Thanks.
  2044. >                     John Nagle
  2045. -- 
  2046.  Alun ap Rhisiart  
  2047.  Animal Behaviour Research Group
  2048.  Oxford University              
  2049.  vollrath@vax.ox.ac.uk           
  2050. (also not a paid endorsement. Not that I object to being paid, you understand!)
  2051.  
  2052. +++++++++++++++++++++++++++
  2053.  
  2054. >From gburian@epaus.island.net (Geoff Burian)
  2055. Date: 30 Oct 1994 15:01:47 -0800
  2056. Organization: Island Internet Inc - (604) 753-2383
  2057.  
  2058. In article <nagleCyDDw4.EAy@netcom.com>, John Nagle <nagle@netcom.com> wrote:
  2059. >    I've been away from Smalltalk on the Mac for a while, and I need
  2060. >to get up to date.  I'd appreciate answers to the following questions.
  2061. >
  2062. >    1.  I know about ParcPlace and Digitalk.  Any other vendors?
  2063. >    (Somebody else was in Real Soon Now status, as I recall.)
  2064.  
  2065. Check out SmalltalkAgents from Quasar Knowledge Systems.  The info
  2066. they sent me was very impressive.  There's a good article in the 
  2067. April '94 edition of MacTech.  SmalltalkAgents is a superset of standard
  2068. Smalltalk, but it seems to have good access to Toolbox calls and
  2069. external (i.e., C, Pascal) code routines.
  2070.  
  2071. QKS - 1-800-296-1339, info@qks.com
  2072.  
  2073. Geof Burian
  2074. gburian@island.net
  2075.  
  2076. +++++++++++++++++++++++++++
  2077.  
  2078. >From kiisaka@is.morgan.com (Ken Iisaka)
  2079. Date: Wed, 2 Nov 1994 23:00:26 GMT
  2080. Organization: Or Lack Thereof
  2081.  
  2082. In article <3918ks$a5l@epaus.island.net>, gburian@epaus.island.net (Geoff Burian) writes:
  2083. |> In article <nagleCyDDw4.EAy@netcom.com>, John Nagle <nagle@netcom.com> wrote:
  2084. |> >    I've been away from Smalltalk on the Mac for a while, and I need
  2085. |> >to get up to date.  I'd appreciate answers to the following questions.
  2086. |> >
  2087. |> >    1.  I know about ParcPlace and Digitalk.  Any other vendors?
  2088. |> >    (Somebody else was in Real Soon Now status, as I recall.)
  2089. |> 
  2090. |> Check out SmalltalkAgents from Quasar Knowledge Systems.  The info
  2091. |> they sent me was very impressive.  There's a good article in the 
  2092. |> April '94 edition of MacTech.  SmalltalkAgents is a superset of standard
  2093.                                                                    ^^^^^^^^
  2094. |> Smalltalk, but it seems to have good access to Toolbox calls and
  2095.  
  2096. What standard Smalltalk?  The ANSI ST?  PPS?  Digitalk?  There is no
  2097. standard that I know of that has been implemented. 
  2098.  
  2099. -- 
  2100. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2101. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2102. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2103. |  ###    ###  |  ###   ###   ###  |  ###    ###  |  ###   ###   ###  |
  2104. |    |    |    |    |    |    |    |    |    |    |    |    |    |    |
  2105. |  Ken Iisaka  |  (kiisaka@morgan.com)  |  Morgan Stanley & Co. Inc   |
  2106. |  1 Pierrepont Plz, Brooklyn, NY 11201 |   All disclaimers apply.    |
  2107. |____|____|____|____|____|____|____|____|____|____|____|____|____|____|___
  2108. "Smalltalk Goes Object Oriented" - INFORMATIONWEEK, August 8, 1994, pg. 58
  2109.  
  2110. ---------------------------
  2111.  
  2112. >From gpointer@guest.adelaide.edu.au (Geoff Pointer)
  2113. Subject: What is MIDI Manager etc (reply)
  2114. Date: 1 Nov 1994 00:26:05 GMT
  2115. Organization: PatchUp
  2116.  
  2117. There's nothing wrong with writing your own MIDI driver unless
  2118. you don't have to (for kicks??). The whole point of an *idea*
  2119. like MIDI Manager is to provide programmers with a consistent
  2120. interface to work with that fits in with the multiprogramming
  2121. environment. The problem seems to be that for obscure business
  2122. reasons Apple has remained light on the provision and support
  2123. of MIDI facilities. Having a MIDI Manager is just like having
  2124. a File Manager or a Dialog Manager, ie, built in support.
  2125.    Unfortunately few *big* software companies are behind its
  2126. use because its been a long time coming of age and hasn't yet.
  2127. I personally would rather not have to write my own MIDI Driver
  2128. so I intend to pursue development with the MIDI manager. The
  2129. problem with music programs in a multiprogramming environment
  2130. is the use of the serial port, if you have several MIDI programs
  2131. running at once for different purposes they argue about who's
  2132. going to get the port and you often end up having to reboot.
  2133. To avoid this you use them independently which is anathema
  2134. to modern operating systems.
  2135.    The beauty of the MIDI Manager is the way it arbitrates the
  2136. use of the serial port. Now, someone here mentioned that there
  2137. are programs that let you do both - use the port directly or use
  2138. it via the MIDI Manager. Cubase is supposedly one of these -
  2139. HAH!!, as soon as you play back a piece in Cubase, via MM, any
  2140. program that uses MM solely gets nowhere. You have to open
  2141. PatchBay and turn off the port and turn it back on again every
  2142. time.
  2143.    I am still having difficulty with discovering which way to
  2144. go from this point of view as I believe the idea of being able
  2145. to have several MIDI tools open at once working in harmony is
  2146. one of the most important aspects of MIDI programming today.
  2147. Phew, there, I said it.
  2148.  
  2149. - --------- Cheers - Geoff %^> ----------
  2150.  
  2151. What???..... No signature!!??.... OK, I give in:
  2152.  
  2153. "I'm not afraid of dying. ...
  2154.    I just don't want to be there when it happens."  Woody Allen.
  2155.  
  2156. - ---------------------------------------
  2157.  
  2158.  
  2159. +++++++++++++++++++++++++++
  2160.  
  2161. >From magma@cray-ymp.acm.stuorg.vt.edu (Christian Fowler)
  2162. Date: 2 Nov 1994 17:57:19 GMT
  2163. Organization: ACM Student Machine
  2164.  
  2165.  
  2166. You can get the OMS (open Midi System) Development kit from Opcode for
  2167. about $15.00. Several big name apps use it like Vision/StudiVision/Galaxy
  2168. (of course) as well as Deck, SampleCell II Editor, and maybe the newest
  2169. Cubase, but I'm not sure on that one. Anyway, OMS is very nice.
  2170.  
  2171. --
  2172.   +-+
  2173. +-+|+-+ Christian Fowler | shape
  2174. +-+|+-+ magma@acm.vt.edu | FACTOR moMeNt
  2175.   +-+
  2176.  
  2177.  
  2178.  
  2179. ---------------------------
  2180.  
  2181. End of C.S.M.P. Digest
  2182. **********************
  2183.  
  2184.  
  2185.  
  2186.